guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: xmenu: Update to 4.5.5.


From: guix-commits
Subject: 04/05: gnu: xmenu: Update to 4.5.5.
Date: Fri, 23 Apr 2021 12:47:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 61e75d75121682d3a6e6c1f43473e67b81a82b9d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 23 18:19:00 2021 +0200

    gnu: xmenu: Update to 4.5.5.
    
    * gnu/packages/wm.scm (xmenu): Update to 4.5.5.
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8ae4c2c..41cd370 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2222,7 +2222,7 @@ button is pressed on the root window.")
 (define-public xmenu
   (package
     (name "xmenu")
-    (version "4.4.1")
+    (version "4.5.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2231,7 +2231,7 @@ button is pressed on the root window.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1s70zvsaqnsjqs298vw3py0vcvia68xlks1wcz37pb88bwligz1x"))))
+                "0qgxkrv9jnnnf3px7zh0paf8xsr4bcpf0f2nq9zy012m214223hs"))))
     (build-system gnu-build-system)
     (inputs
      `(("libx11" ,libx11)



reply via email to

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