guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: xcalc: Update to 1.1.1.


From: guix-commits
Subject: 08/10: gnu: xcalc: Update to 1.1.1.
Date: Fri, 10 Jun 2022 04:27:11 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8e84eb0125a7b058fe2e4aaef2d36b1f1df55000
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jun 10 11:05:56 2022 +0300

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 601c7fd430..18687a6d2d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2066,14 +2066,14 @@ legacy X clients.")
 (define-public xcalc
   (package
     (name "xcalc")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://xorg/individual/app/"
                            "xcalc-" version ".tar.gz"))
        (sha256
-        (base32 "0c768lh0nh28ram9ldldhaf51024fngc589v4pjmf3lxmzcihr58"))))
+        (base32 "0fwgnva716ymnrf8f4lvnqlyikf5c837054sxxlf3l5jpy4wh6cj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -2083,8 +2083,7 @@ legacy X clients.")
                      (substitute* "Makefile"
                        (("^appdefaultdir = .*$")
                         (string-append "appdefaultdir = " %output
-                                       ,%app-defaults-dir "\n")))
-                     #t)))))
+                                       ,%app-defaults-dir "\n"))))))))
     (inputs
      (list libxaw))
     (native-inputs



reply via email to

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