diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2022-10-21 22:31:51 -0400 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-10-24 15:54:14 +0800 |
commit | 569ba57aa33fd0dbef7cb2d1d8ad7945dd59d0d1 (patch) | |
tree | 52f61a33dcdcca55577476cc470ef6537ea83d03 /gnu/packages/xdisorg.scm | |
parent | 7fcb2d45791f93bdc221eb2237397527489adc5e (diff) | |
download | guix-569ba57aa33fd0dbef7cb2d1d8ad7945dd59d0d1.tar guix-569ba57aa33fd0dbef7cb2d1d8ad7945dd59d0d1.tar.gz |
gnu: bemenu: Update to 0.6.13.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.13.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 7307360d6a..1a868146a0 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -313,7 +313,7 @@ used to further tweak the behaviour of the different profiles.") (define-public bemenu (package (name "bemenu") - (version "0.6.10") + (version "0.6.13") (source (origin (method git-fetch) @@ -322,7 +322,7 @@ used to further tweak the behaviour of the different profiles.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0i2pv3qnb0l2ryvj9ycf9d5rng6yfk0kpjkq8hy6g956672wdzx6")))) + (base32 "0pjlm3gl85k7yhj594pmvfg6xfr1r3rmb68bb7212r4mxhj80rk0")))) (build-system gnu-build-system) (arguments (list |