Archived
1
0
Fork 0

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