1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: xwininfo: Update to 1.1.6.

* gnu/packages/xorg.scm (xwininfo): Update to 1.1.6.

Change-Id: I6f50839676d4b7b23776ecfc39a3ea3edaa95f01
This commit is contained in:
宋文武
2024-12-28 18:07:23 +08:00
parent 73bdf902e7
commit e271a99027

View File

@@ -4360,17 +4360,17 @@ dump and twice when the dump is completed.")
(define-public xwininfo
(package
(name "xwininfo")
(version "1.1.5")
(version "1.1.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xwininfo-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"03h8clirhw5ki1xxp18xbf5vynm7r0dwspsgfin6cxn4vx0m8h3s"))))
"0gr5m4lyvkil3cl63zf0sw7bq5qgraqrnvddk6xgk3a42xy8j61m"))))
(build-system gnu-build-system)
(inputs
(list libx11 xorgproto))