summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-17 15:17:39 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-17 15:20:02 +0100
commit7e148c20d275fc78d98f8ee3954490a0369039cf (patch)
tree3b5190c0a8b439f2381d6954908f4dc9ba7b37be
parentde98b91581b1b8c15e6473883a44694821d6c62a (diff)
downloadguix-patches-7e148c20d275fc78d98f8ee3954490a0369039cf.tar
guix-patches-7e148c20d275fc78d98f8ee3954490a0369039cf.tar.gz
gnu: ghc-xmonad-contrib: Update to 0.15.
* gnu/packages/wm.scm (ghc-xmonad-contrib): Update to 0.15.
-rw-r--r--gnu/packages/wm.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e3f6930d8b..539d6564c7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -576,15 +576,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.14")
+ (version "0.15")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://hackage/package/xmonad-contrib/"
"xmonad-contrib-" version ".tar.gz"))
(sha256
- (base32
- "1660w3xhbfrlq8b8s1rviq2mcn1vyqpypli4023gqxwry52brk6y"))))
+ (base32 "0r9yzgy67j4mi3dyxx714f0ssk5qzca5kh4zw0fhiz1pf008cxms"))))
(build-system haskell-build-system)
(propagated-inputs
`(("ghc-old-time" ,ghc-old-time)