guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: xcalc: Update to 1.1.0.


From: guix-commits
Subject: 01/01: gnu: xcalc: Update to 1.1.0.
Date: Tue, 25 Jun 2019 17:52:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 10a303a4a5c0e00f35275a34e42ab6860f9545fc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 25 23:51:31 2019 +0200

    gnu: xcalc: Update to 1.1.0.
    
    * gnu/packages/xorg.scm (xcalc): Update to 1.1.0.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8318d77..7099745 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2073,14 +2073,14 @@ legacy X clients.")
 (define-public xcalc
   (package
     (name "xcalc")
-    (version "1.0.7")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://xorg/individual/app/"
                            "xcalc-" version ".tar.gz"))
        (sha256
-        (base32 "1xgih1iq9498m7vk22qrdsck1rb905sn395azjn4a6pmhfai401b"))))
+        (base32 "0c768lh0nh28ram9ldldhaf51024fngc589v4pjmf3lxmzcihr58"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]