me
/
guix
Archived
1
0
Fork 0

gnu: xlsclients: Update to 1.1.5.

* gnu/packages/xorg.scm (xlsclients): Update to 1.1.5.
Efraim Flashner 2023-01-31 12:08:33 +02:00
parent 598a51d35e
commit 96d9cda131
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -3950,17 +3950,17 @@ programs that have displayed undesired windows on a user's screen.")
(define-public xlsclients
(package
(name "xlsclients")
(version "1.1.4")
(version "1.1.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xlsclients-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"1h8931sn34mcip6vpi4v7hdmr1r58gkbw4s2p97w98kykks2lgvp"))))
"1qxsav5gicsfwv1dqlcfpj47vy9i30i7iysrfx5aql02wxbyxfk8"))))
(build-system gnu-build-system)
(inputs
(list libxcb))