mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: jgmenu: Update to 4.1.0.
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.1.0.
This commit is contained in:
parent
034d9544e2
commit
69b03ecd95
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue