diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | 6fd261b2e0446f3c80f5534371586dfcc12371d3 (patch) | |
tree | c7e6d83dd54c57daff5cd09c14318d77961110a1 | |
parent | 034eb1b0b624ccd14ed846f402ce7670e6e3f317 (diff) | |
download | guix-6fd261b2e0446f3c80f5534371586dfcc12371d3.tar guix-6fd261b2e0446f3c80f5534371586dfcc12371d3.tar.gz |
gnu: bemenu: Update to 0.6.23.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.23.
Change-Id: I2c736e0fbcf63d3bbc209278c2b3a4433c792c55
-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 f7fe063527..00f99ec4a8 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -332,7 +332,7 @@ used to further tweak the behaviour of the different profiles.") (define-public bemenu (package (name "bemenu") - (version "0.6.21") + (version "0.6.23") (source (origin (method git-fetch) @@ -341,7 +341,7 @@ used to further tweak the behaviour of the different profiles.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1a97h711nbwi01a3vv2944m8gyzi04hgfpiizrzinx79n4vp1zhk")))) + (base32 "0a4ihg1v1yyfwi4qq2zybhy39vw3nikd5qjrd5x3nxgjd0knmynj")))) (build-system gnu-build-system) (arguments (list |