guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: jgmenu: Update to 4.4.1.


From: guix-commits
Subject: 05/08: gnu: jgmenu: Update to 4.4.1.
Date: Thu, 3 Nov 2022 16:14:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 932a60812a620c9dcc5b0e327da27edd20732911
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 30 02:00:03 2022 +0100

    gnu: jgmenu: Update to 4.4.1.
    
    * gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.1.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/xdisorg.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1a868146a0..0bd0317527 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2546,7 +2546,7 @@ The cutbuffer and clipboard selection are always 
synchronized.")
 (define-public jgmenu
   (package
     (name "jgmenu")
-    (version "4.4.0")
+    (version "4.4.1")
     (source
      (origin
        (method git-fetch)
@@ -2555,7 +2555,7 @@ The cutbuffer and clipboard selection are always 
synchronized.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08dyygclayyipa0p2qsxqa3fsfyflkrkhpi25dkc3ybkicvynk24"))))
+        (base32 "1a9irlrpa3mi3101cn9hi1ch5k1v4p0h83ni5j63qmlc5g7pcbsh"))))
     (build-system gnu-build-system)
     (native-inputs
      (list cppcheck perl pkg-config))
@@ -2575,8 +2575,7 @@ The cutbuffer and clipboard selection are always 
synchronized.")
            (lambda* (#:key outputs #:allow-other-keys)
              (setenv "CC" ,(cc-for-target))
              (invoke "./configure"
-                     (string-append "--prefix=" (assoc-ref outputs "out")))
-             #t)))))
+                     (string-append "--prefix=" (assoc-ref outputs 
"out"))))))))
     (synopsis "Simple X11 menu")
     (description
      "This is a simple menu for X11 designed for scripting and tweaking.  It



reply via email to

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