mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xmobar: Update to 0.28.
* gnu/packages/wm.scm (xmobar): Update to 0.28.
This commit is contained in:
parent
47334ea099
commit
ccd4fd3f2a
1 changed files with 2 additions and 2 deletions
|
@ -504,14 +504,14 @@ (define-public xmonad
|
||||||
(define-public xmobar
|
(define-public xmobar
|
||||||
(package
|
(package
|
||||||
(name "xmobar")
|
(name "xmobar")
|
||||||
(version "0.27")
|
(version "0.28")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://hackage/package/xmobar/"
|
(uri (string-append "mirror://hackage/package/xmobar/"
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0agx490q6sbmv3vfq33ys8dsrgwizj3bmha4i1pkxz5wp5q8cx3l"))))
|
"1xh87asg8y35srvp7d3gyyy4bkxsw122liihxgzgm8pqv2z3h4zd"))))
|
||||||
(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