gnu: xmonad: Update to 0.15.

* gnu/packages/wm.scm (xmonad): Update to 0.15.
master
Tobias Geerinckx-Rice 2019-03-17 15:17:29 +01:00
parent ec9299d090
commit de98b91581
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ desktop environment.")
(define-public xmonad (define-public xmonad
(package (package
(name "xmonad") (name "xmonad")
(version "0.14.2") (version "0.15")
(synopsis "Tiling window manager") (synopsis "Tiling window manager")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -491,7 +491,7 @@ desktop environment.")
"xmonad-" version ".tar.gz")) "xmonad-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0gqyivpw8z1x73p1l1fpyq1wc013a1c07r6xn1a82liijs91b949")))) "0a7rh21k9y6g8fwkggxdxjns2grvvsd5hi2ls4klmqz5xvk4hyaa"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions) `(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)