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.26.

* gnu/packages/wm.scm (xmobar): Update to 0.36.
[native-inputs]: Add GHC-HSPEC and HSPEC-DISCOVER.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-16 19:56:00 +02:00
parent eddc4b3352
commit 800e4fd802
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -504,15 +504,18 @@ tiled on several screens.")
(define-public xmobar
(package
(name "xmobar")
(version "0.25")
(version "0.26")
(source (origin
(method url-fetch)
(uri (string-append "mirror://hackage/package/xmobar/"
name "-" version ".tar.gz"))
(sha256
(base32
"0382r4vzqkz76jlp2069rdbwf4gh1a22r9w4rkphcn5qflw0dlb6"))))
"19g40vqj3cs94i27f66194k7d5cazrv1lx54bz9kc0qy2npxjzgz"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hspec" ,ghc-hspec)
("hspec-discover" ,hspec-discover)))
(inputs
`(("ghc-hinotify" ,ghc-hinotify)
("ghc-http" ,ghc-http)