gnu: xmobar: Update to 0.44.2.
* gnu/packages/wm.scm (xmobar): Update to 0.44.2. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
7ef04f00cd
commit
f9a4923940
|
@ -832,14 +832,14 @@ tiled on several screens.")
|
||||||
(define-public xmobar
|
(define-public xmobar
|
||||||
(package
|
(package
|
||||||
(name "xmobar")
|
(name "xmobar")
|
||||||
(version "0.40")
|
(version "0.44.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/xmobar/"
|
(uri (string-append "https://hackage.haskell.org/package/xmobar/"
|
||||||
"xmobar-" version ".tar.gz"))
|
"xmobar-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mrdiblm8vilkm1w23pz6xbi16zh1b1lvql26czjzw5k79vd67sf"))))
|
"0gdphjn5ll5lkb2psdsb34563wsz6g0y2gg3z8cj4jy8lvbbv808"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ghc-hspec hspec-discover))
|
(list ghc-hspec hspec-discover))
|
||||||
|
|
Reference in New Issue