summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-28 00:10:46 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-28 00:14:34 +0100
commit3cbf3f74597b3c200b24ed47833747a2743675c6 (patch)
treeeb7d3171fe9713e7829fe863ba1ae8e7e4492ee4 /gnu/packages/wm.scm
parentee51577325525fcecc2828da94e9001b3c5d7636 (diff)
downloadguix-patches-3cbf3f74597b3c200b24ed47833747a2743675c6.tar
guix-patches-3cbf3f74597b3c200b24ed47833747a2743675c6.tar.gz
gnu: ghc-xmonad-contrib: Update to 0.16.
* gnu/packages/wm.scm (ghc-xmonad-contrib): Update to 0.16.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7c573337d4..e793d89bfa 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -691,14 +691,14 @@ Haskell, no knowledge of the language is required to install and use it.")
(define-public ghc-xmonad-contrib
(package
(name "ghc-xmonad-contrib")
- (version "0.15")
+ (version "0.16")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://hackage/package/xmonad-contrib/"
"xmonad-contrib-" version ".tar.gz"))
(sha256
- (base32 "0r9yzgy67j4mi3dyxx714f0ssk5qzca5kh4zw0fhiz1pf008cxms"))))
+ (base32 "1pddgkvnbww28wykncc7j0yb0lv15bk7xnnhdcbrwkxzw66w6wmd"))))
(build-system haskell-build-system)
(propagated-inputs
`(("ghc-old-time" ,ghc-old-time)