mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: xlsatoms: Update to 1.1.4.
* gnu/packages/xorg.scm (xlsatoms): Update to 1.1.4.
This commit is contained in:
parent
a9dc2018da
commit
598a51d35e
1 changed files with 3 additions and 3 deletions
|
@ -3925,17 +3925,17 @@ (define-public xkill
|
|||
(define-public xlsatoms
|
||||
(package
|
||||
(name "xlsatoms")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/xlsatoms-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10m3a046jvaw5ywx4y65kl84lsxqan70gww1g1r7cf96ijaqz1jp"))))
|
||||
"1dviriynilkw0jwl0s2h8y95pwh8cxj95cnmllkd6rn0args3gzl"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libxcb))
|
||||
|
|
Loading…
Reference in a new issue