me
/
guix
Archived
1
0
Fork 0

gnu: xmobar: Update to 0.40.

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

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
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
1 changed files with 2 additions and 2 deletions

View File

@ -792,14 +792,14 @@ tiled on several screens.")
(define-public xmobar (define-public xmobar
(package (package
(name "xmobar") (name "xmobar")
(version "0.39") (version "0.40")
(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
"1k1n3ff0ikdmfq0mi8r2vpqg1iq6hsw1drvxps6k98rvvn87pws6")))) "1mrdiblm8vilkm1w23pz6xbi16zh1b1lvql26czjzw5k79vd67sf"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
(list ghc-hspec hspec-discover)) (list ghc-hspec hspec-discover))