gnu: xmobar: Update to 0.34.

* gnu/packages/wm.scm (xmobar): Update to 0.34.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-17 17:51:50 +02:00
parent ad9db848b0
commit ccc960bb9f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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