gnu: xmobar: Update to 0.33.

* gnu/packages/wm.scm (xmobar): Update to 0.33.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-12 03:52:24 +01:00
parent 094afc97c6
commit b5d32fb9dd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -691,14 +691,14 @@ (define-public xmonad
(define-public xmobar
(package
(name "xmobar")
(version "0.32")
(version "0.33")
(source (origin
(method url-fetch)
(uri (string-append "mirror://hackage/package/xmobar/"
"xmobar-" version ".tar.gz"))
(sha256
(base32
"0x2ki3v0pmhl4bva3qi1xx21axayc4sx1nkzhmk2ap4l0cj52jrd"))))
"1hr3qqykc5givcpcwrr9f2y920jmiinmxm5mcy6qgpgymgwqb618"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hspec" ,ghc-hspec)