summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 14:06:47 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 17:28:39 +0100
commitf89d97c8ac6a2a8f4550b673c3015903c93b0793 (patch)
tree1b58310e7061761ce42126d7ba4da03edacc32f5 /gnu
parent16611d1c95d78bb87ccca84ba806a4d279233dfb (diff)
downloadguix-patches-f89d97c8ac6a2a8f4550b673c3015903c93b0793.tar
guix-patches-f89d97c8ac6a2a8f4550b673c3015903c93b0793.tar.gz
gnu: j4-dmenu-desktop: Update to 2.18.
* gnu/packages/xdisorg.scm (j4-dmenu-desktop): Update to 2.18.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xdisorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index b433ea4996..b63474c09a 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2492,7 +2492,7 @@ create layout indicator widgets.")
(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 @@ create layout indicator widgets.")
(file-name (git-file-name name version))
(sha256
(base32
- "0v23fimkn83dcm5p53y2ymhklff3kwppxhf75sm8xmswrzkixpgc"))))
+ "1gxpgifzy0hnpd0ymw3r32amzr32z3bgb90ldjzl438p6h1q0i26"))))
(build-system cmake-build-system)
(native-inputs
`(("catch2" ,catch-framework2)))