gnu: xmonad: Update to 0.14.2.
* gnu/packages/wm.scm (xmonad): Update to 0.14.2.
This commit is contained in:
parent
e99625b5ae
commit
c64e832f10
|
@ -455,7 +455,7 @@ desktop environment.")
|
||||||
(define-public xmonad
|
(define-public xmonad
|
||||||
(package
|
(package
|
||||||
(name "xmonad")
|
(name "xmonad")
|
||||||
(version "0.14")
|
(version "0.14.2")
|
||||||
(synopsis "Tiling window manager")
|
(synopsis "Tiling window manager")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -463,7 +463,7 @@ desktop environment.")
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lq3k0ap7jxrrswpd954mqa6h8diccbif5srcgbmr39y6y8x0mm4"))))
|
"0gqyivpw8z1x73p1l1fpyq1wc013a1c07r6xn1a82liijs91b949"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
||||||
|
|
Loading…
Reference in New Issue