glv pushed a commit to branch master
in repository guix.
commit c7caeb33d63ce4a99beef478cfce20cc71e7cdda
Author: jgart <[email protected]>
AuthorDate: Tue Nov 16 21:46:53 2021 -0500
gnu: jgmenu: Update to 4.4.0.
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.0.
Signed-off-by: Guillaume Le Vaillant <[email protected]>
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index b0c2f9d..bf82db5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2457,7 +2457,7 @@ The cutbuffer and clipboard selection are always
synchronized.")
(define-public jgmenu
(package
(name "jgmenu")
- (version "4.3.0")
+ (version "4.4.0")
(source
(origin
(method git-fetch)
@@ -2466,7 +2466,7 @@ The cutbuffer and clipboard selection are always
synchronized.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "13y4ra2hjfqbn2vxyyn4ar5iqklbabyfwksbryc2gzxspw1vz4zq"))))
+ (base32 "08dyygclayyipa0p2qsxqa3fsfyflkrkhpi25dkc3ybkicvynk24"))))
(build-system gnu-build-system)
(native-inputs
`(("cppcheck" ,cppcheck)