guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: xmenu: Update to 4.4.1.


From: guix-commits
Subject: 03/08: gnu: xmenu: Update to 4.4.1.
Date: Sun, 29 Nov 2020 15:53:14 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit bf822521248f22a43f987ee3e4ba38d1f5a1e45b
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Nov 29 22:23:09 2020 +0300

    gnu: xmenu: Update to 4.4.1.
    
    * gnu/packages/wm.scm (xmenu)[version]: Update to 4.4.1.
    [inputs]: Add xinerama.
---
 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b13660b..9daf7c4 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1960,7 +1960,7 @@ button is pressed on the root window.")
 (define-public xmenu
   (package
     (name "xmenu")
-    (version "3.4")
+    (version "4.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1969,10 +1969,11 @@ button is pressed on the root window.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1sw9l87fh03jp03a2v7rhgpyx29yg2x9blzfzp40jwad2whs7m7n"))))
+                "1s70zvsaqnsjqs298vw3py0vcvia68xlks1wcz37pb88bwligz1x"))))
     (build-system gnu-build-system)
     (inputs
      `(("libx11" ,libx11)
+       ("libxinerama" ,libxinerama)
        ("libxft" ,libxft)
        ("freetype" ,freetype)
        ("imlib2" ,imlib2)))



reply via email to

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