me
/
guix
Archived
1
0
Fork 0

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
gyara 2022-09-04 10:03:07 +09:00 committed by Christopher Baines
parent 7ef04f00cd
commit f9a4923940
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -832,14 +832,14 @@ tiled on several screens.")
(define-public xmobar
(package
(name "xmobar")
(version "0.40")
(version "0.44.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/xmobar/"
"xmobar-" version ".tar.gz"))
(sha256
(base32
"1mrdiblm8vilkm1w23pz6xbi16zh1b1lvql26czjzw5k79vd67sf"))))
"0gdphjn5ll5lkb2psdsb34563wsz6g0y2gg3z8cj4jy8lvbbv808"))))
(build-system haskell-build-system)
(native-inputs
(list ghc-hspec hspec-discover))