gnu: ghc-xmonad-contrib: Update to 0.16.

* gnu/packages/wm.scm (ghc-xmonad-contrib): Update to 0.16.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-28 00:10:46 +01:00
parent ee51577325
commit 3cbf3f7459
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -691,14 +691,14 @@ (define-public xmobar
(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)