summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-23 18:19:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-23 18:20:25 +0200
commit61e75d75121682d3a6e6c1f43473e67b81a82b9d (patch)
tree01bc1cbf4e1f07da97d6ea229ba473c930d726cb /gnu/packages/wm.scm
parent4dafd974496868e9a052ceff6512962f9cd81eae (diff)
downloadguix-patches-61e75d75121682d3a6e6c1f43473e67b81a82b9d.tar
guix-patches-61e75d75121682d3a6e6c1f43473e67b81a82b9d.tar.gz
gnu: xmenu: Update to 4.5.5.
* gnu/packages/wm.scm (xmenu): Update to 4.5.5.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8ae4c2c1fc..41cd37075e 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)