mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: xmobar: Update to 0.34.
* gnu/packages/wm.scm (xmobar): Update to 0.34.
This commit is contained in:
parent
ad9db848b0
commit
ccc960bb9f
1 changed files with 2 additions and 2 deletions
|
@ -694,14 +694,14 @@ (define-public xmonad
|
||||||
(define-public xmobar
|
(define-public xmobar
|
||||||
(package
|
(package
|
||||||
(name "xmobar")
|
(name "xmobar")
|
||||||
(version "0.33")
|
(version "0.34")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://hackage/package/xmobar/"
|
(uri (string-append "mirror://hackage/package/xmobar/"
|
||||||
"xmobar-" version ".tar.gz"))
|
"xmobar-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hr3qqykc5givcpcwrr9f2y920jmiinmxm5mcy6qgpgymgwqb618"))))
|
"0x09xbz7y9ay0046j1xpr9jjk5jqivqi06vm3q6mhcrgc4y922rx"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-hspec" ,ghc-hspec)
|
`(("ghc-hspec" ,ghc-hspec)
|
||||||
|
|
Loading…
Reference in a new issue