gnu: wmnd: Update to 0.4.18.
* gnu/packages/gnustep.scm (wmnd): Update to 0.4.18.master
parent
abe3c5ed7d
commit
485ecd21ad
|
@ -189,7 +189,7 @@ graph), and battery status (high - green, low - yellow, or critical - red).")
|
||||||
(define-public wmnd
|
(define-public wmnd
|
||||||
(package
|
(package
|
||||||
(name "wmnd")
|
(name "wmnd")
|
||||||
(version "0.4.17")
|
(version "0.4.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -197,7 +197,7 @@ graph), and battery status (high - green, low - yellow, or critical - red).")
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1amkbiwgr31gwkcp7wrjsr7aj1kns8bpmjpv70n86wb8v9mpm828"))))
|
"01s37d8cfpncza1mlw13ar4rcwbrc1vgaj3ifhglmlcnzvvayg0n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
|
|
Reference in New Issue