gnu: xmobar: Update to 0.32.

* gnu/packages/wm.scm (xmobar): Update to 0.32.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-24 17:26:34 +01:00
parent 7414698e61
commit f77cecc10a
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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