gnu: j4-dmenu-desktop: Update to 2.18.

* gnu/packages/xdisorg.scm (j4-dmenu-desktop): Update to 2.18.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-29 14:06:47 +01:00
parent 16611d1c95
commit f89d97c8ac
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2492,7 +2492,7 @@ (define-public kbdd
(define-public j4-dmenu-desktop
(package
(name "j4-dmenu-desktop")
(version "2.17")
(version "2.18")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2501,7 +2501,7 @@ (define-public j4-dmenu-desktop
(file-name (git-file-name name version))
(sha256
(base32
"0v23fimkn83dcm5p53y2ymhklff3kwppxhf75sm8xmswrzkixpgc"))))
"1gxpgifzy0hnpd0ymw3r32amzr32z3bgb90ldjzl438p6h1q0i26"))))
(build-system cmake-build-system)
(native-inputs
`(("catch2" ,catch-framework2)))