gnu: ghc-xmonad-contrib: Update to 0.15.
* gnu/packages/wm.scm (ghc-xmonad-contrib): Update to 0.15.
This commit is contained in:
parent
de98b91581
commit
7e148c20d2
1 changed files with 2 additions and 3 deletions
|
@ -576,15 +576,14 @@ Haskell, no knowledge of the language is required to install and use it.")
|
||||||
(define-public ghc-xmonad-contrib
|
(define-public ghc-xmonad-contrib
|
||||||
(package
|
(package
|
||||||
(name "ghc-xmonad-contrib")
|
(name "ghc-xmonad-contrib")
|
||||||
(version "0.14")
|
(version "0.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://hackage/package/xmonad-contrib/"
|
(uri (string-append "mirror://hackage/package/xmonad-contrib/"
|
||||||
"xmonad-contrib-" version ".tar.gz"))
|
"xmonad-contrib-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0r9yzgy67j4mi3dyxx714f0ssk5qzca5kh4zw0fhiz1pf008cxms"))))
|
||||||
"1660w3xhbfrlq8b8s1rviq2mcn1vyqpypli4023gqxwry52brk6y"))))
|
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ghc-old-time" ,ghc-old-time)
|
`(("ghc-old-time" ,ghc-old-time)
|
||||||
|
|
Reference in a new issue