[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)))
- branch master updated (6970d35 -> 084695f), guix-commits, 2020/11/29
- 02/08: gnu: xclickroot: Update to 1.2., guix-commits, 2020/11/29
- 03/08: gnu: xmenu: Update to 4.4.1.,
guix-commits <=
- 04/08: gnu: emacs-dired-rsync: Update to 0.5., guix-commits, 2020/11/29
- 05/08: gnu: xnotify: Update to 0.7.3., guix-commits, 2020/11/29
- 06/08: gnu: cava: Update to 0.7.3., guix-commits, 2020/11/29
- 01/08: gnu: webssh: Update to 1.5.3., guix-commits, 2020/11/29
- 07/08: gnu: streamlink: Update to 1.7.0., guix-commits, 2020/11/29
- 08/08: gnu: emacs-dashboard: Update to 1.7.0., guix-commits, 2020/11/29