mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: xsetroot: Update to 1.1.3.
* gnu/packages/xorg.scm (xsetroot): Update to 1.1.3.
This commit is contained in:
parent
f206900b92
commit
1d24279cc4
1 changed files with 3 additions and 3 deletions
|
@ -4277,17 +4277,17 @@ up your screen.")
|
||||||
(define-public xsetroot
|
(define-public xsetroot
|
||||||
(package
|
(package
|
||||||
(name "xsetroot")
|
(name "xsetroot")
|
||||||
(version "1.1.2")
|
(version "1.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/app/xsetroot-"
|
"mirror://xorg/individual/app/xsetroot-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z21mqvmdl6rl63q77479wgkfygnll57liza1i3va7sr4fx45i0h"))))
|
"1l9qcv4mldj70slnmfg56nv7yh9j9ca1x795bl26whmlkrdb90b0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libxmu libxcursor xbitmaps))
|
(list libxmu libxcursor xbitmaps))
|
||||||
|
|
Loading…
Add table
Reference in a new issue