3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xmobar: Update to 0.40.

* gnu/packages/wm.scm (xmobar): Update to 0.40.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
John Kehayias via Guix-patches via 2021-12-24 19:30:04 +00:00 committed by Lars-Dominik Braun
parent c1c2171158
commit 723aa8b391
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

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