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 @@ programs that have displayed undesired windows on a user's screen.")
|
||||||
(define-public xlsatoms
|
(define-public xlsatoms
|
||||||
(package
|
(package
|
||||||
(name "xlsatoms")
|
(name "xlsatoms")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/app/xlsatoms-"
|
"mirror://xorg/individual/app/xlsatoms-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10m3a046jvaw5ywx4y65kl84lsxqan70gww1g1r7cf96ijaqz1jp"))))
|
"1dviriynilkw0jwl0s2h8y95pwh8cxj95cnmllkd6rn0args3gzl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libxcb))
|
(list libxcb))
|
||||||
|
|
Reference in a new issue