1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: xkbprint: Update to 1.0.7.

* gnu/packages/xorg.scm (xkbprint): Update to 1.0.7.

Change-Id: Ia560005222b1abec5ac86abdea2746533a1275e2
This commit is contained in:
宋文武 2024-12-28 17:58:48 +08:00
parent ab301c5039
commit 07ad280712
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -3798,14 +3798,14 @@ requested commands if they occur.")
(define-public xkbprint
(package
(name "xkbprint")
(version "1.0.6")
(version "1.0.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/"
"xkbprint-" version ".tar.xz"))
(sha256
(base32 "1c57kb8d8cbf720n9bcjhhaqpk08lac0sk4l0jp8j0mryw299k4r"))))
(base32 "1k2rm8lvc2klcdz2s3mymb9a2ahgwqwkgg67v3phv7ij6304jkqw"))))
(build-system gnu-build-system)
(inputs
(list libx11 libxkbfile xorgproto))