summaryrefslogtreecommitdiff
path: root/gnu/packages/gnustep.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-08-04 12:01:31 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-08-04 12:04:32 -0400
commit485ecd21addc87bd5fcfca40199f9adc4b59021e (patch)
tree49ebb94b8e782d4d68b3c420e2225f3657223bd6 /gnu/packages/gnustep.scm
parentabe3c5ed7d04985c987e6c81aeb1284354ea0c77 (diff)
downloadguix-patches-485ecd21addc87bd5fcfca40199f9adc4b59021e.tar
guix-patches-485ecd21addc87bd5fcfca40199f9adc4b59021e.tar.gz
gnu: wmnd: Update to 0.4.18.
* gnu/packages/gnustep.scm (wmnd): Update to 0.4.18.
Diffstat (limited to 'gnu/packages/gnustep.scm')
-rw-r--r--gnu/packages/gnustep.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index 0dcd0bee0d..012afebd01 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -189,7 +189,7 @@ graph), and battery status (high - green, low - yellow, or critical - red).")
(define-public wmnd
(package
(name "wmnd")
- (version "0.4.17")
+ (version "0.4.18")
(source (origin
(method url-fetch)
(uri (string-append
@@ -197,7 +197,7 @@ graph), and battery status (high - green, low - yellow, or critical - red).")
name "-" version ".tar.gz"))
(sha256
(base32
- "1amkbiwgr31gwkcp7wrjsr7aj1kns8bpmjpv70n86wb8v9mpm828"))))
+ "01s37d8cfpncza1mlw13ar4rcwbrc1vgaj3ifhglmlcnzvvayg0n"))))
(build-system gnu-build-system)
(inputs
`(("libx11" ,libx11)