summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-10 01:38:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-10 01:44:02 +0200
commitf780572d79c88c7b351127c76a9f12f5de4c39f3 (patch)
tree756da4ffb504f05c570ddd24eecbc2b329cff448 /gnu/packages/wm.scm
parent8c0be00ac04ec82fe2d13e92d0e5dda7ff018d5d (diff)
downloadpatches-f780572d79c88c7b351127c76a9f12f5de4c39f3.tar
patches-f780572d79c88c7b351127c76a9f12f5de4c39f3.tar.gz
gnu: ghc-xmonad-contrib: Update to 0.14.
* gnu/packages/wm.scm (ghc-xmonad-contrib): Update to 0.14.
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 23460e71ff..e46956313f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -547,7 +547,7 @@ 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.13")
+ (version "0.14")
(source
(origin
(method url-fetch)
@@ -555,7 +555,7 @@ Haskell, no knowledge of the language is required to install and use it.")
"xmonad-contrib-" version ".tar.gz"))
(sha256
(base32
- "0vj72jhfng6y7hv5frx2v99jvl3jn9rbpk2j7xw9vydiwmzq4q57"))))
+ "1660w3xhbfrlq8b8s1rviq2mcn1vyqpypli4023gqxwry52brk6y"))))
(build-system haskell-build-system)
(propagated-inputs
`(("ghc-mtl" ,ghc-mtl)