mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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 @@ (define-public xset
|
|||
(define-public xsetroot
|
||||
(package
|
||||
(name "xsetroot")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/xsetroot-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z21mqvmdl6rl63q77479wgkfygnll57liza1i3va7sr4fx45i0h"))))
|
||||
"1l9qcv4mldj70slnmfg56nv7yh9j9ca1x795bl26whmlkrdb90b0"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libxmu libxcursor xbitmaps))
|
||||
|
|
Loading…
Reference in a new issue