mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: xmobar: Update to 0.33.
* gnu/packages/wm.scm (xmobar): Update to 0.33.
This commit is contained in:
parent
094afc97c6
commit
b5d32fb9dd
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue