mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: wmnd: Update to 0.4.18.
* gnu/packages/gnustep.scm (wmnd): Update to 0.4.18.
This commit is contained in:
parent
abe3c5ed7d
commit
485ecd21ad
1 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ (define-public wmbattery
|
|||
(define-public wmnd
|
||||
(package
|
||||
(name "wmnd")
|
||||
(version "0.4.17")
|
||||
(version "0.4.18")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -197,7 +197,7 @@ (define-public wmnd
|
|||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1amkbiwgr31gwkcp7wrjsr7aj1kns8bpmjpv70n86wb8v9mpm828"))))
|
||||
"01s37d8cfpncza1mlw13ar4rcwbrc1vgaj3ifhglmlcnzvvayg0n"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
|
|
Loading…
Reference in a new issue