gnu: xsetroot: Update to 1.1.2.
* gnu/packages/xorg.scm (xsetroot): Update to 1.1.2.
This commit is contained in:
parent
c609ee9f55
commit
fdf5257e7c
|
@ -4268,7 +4268,7 @@ up your screen.")
|
||||||
(define-public xsetroot
|
(define-public xsetroot
|
||||||
(package
|
(package
|
||||||
(name "xsetroot")
|
(name "xsetroot")
|
||||||
(version "1.1.1")
|
(version "1.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4278,7 +4278,7 @@ up your screen.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nf3ii31m1knimbidaaym8p61fq3blv8rrdr2775yhcclym5s8ds"))))
|
"0z21mqvmdl6rl63q77479wgkfygnll57liza1i3va7sr4fx45i0h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxmu" ,libxmu)
|
`(("libxmu" ,libxmu)
|
||||||
|
|
Loading…
Reference in New Issue