gnu: xlsatoms: Update to 1.1.4.

* gnu/packages/xorg.scm (xlsatoms): Update to 1.1.4.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:33 +02:00
parent a9dc2018da
commit 598a51d35e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))