gnu: jgmenu: Update to 4.1.0.

* gnu/packages/xdisorg.scm (jgmenu): Update to 4.1.0.
This commit is contained in:
Guillaume Le Vaillant 2020-03-12 09:43:26 +01:00
parent 034d9544e2
commit 69b03ecd95
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1971,7 +1971,7 @@ (define-public autocutsel
(define-public jgmenu
(package
(name "jgmenu")
(version "4.0.1")
(version "4.1.0")
(source
(origin
(method git-fetch)
@ -1981,7 +1981,7 @@ (define-public jgmenu
(file-name (git-file-name name version))
(sha256
(base32
"1q0rpg2d96sn3rrdi8m7bngnxxqyxilpjxi7skiw4gvpiv1akxjp"))))
"1wsh37rapb1bszlq36hvwxqvfds39hbvbl152m8as4zlh93wfvvk"))))
(build-system gnu-build-system)
(native-inputs
`(("cppcheck" ,cppcheck)