me
/
guix
Archived
1
0
Fork 0

gnu: xwininfo: Update to 1.1.5.

* gnu/packages/xorg.scm (xwininfo): Update to 1.1.5.
master
Tobias Geerinckx-Rice 2019-10-14 00:30:10 +02:00
parent 9cdf9468dd
commit 509551c2a8
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -4400,7 +4400,7 @@ dump and twice whenthe dump is completed.")
(define-public xwininfo (define-public xwininfo
(package (package
(name "xwininfo") (name "xwininfo")
(version "1.1.4") (version "1.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4410,7 +4410,7 @@ dump and twice whenthe dump is completed.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"00avrpw4h5mr1klp41lv2j4dmq465v6l5kb5bhm4k5ml8sm9i543")))) "03h8clirhw5ki1xxp18xbf5vynm7r0dwspsgfin6cxn4vx0m8h3s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libx11" ,libx11) `(("libx11" ,libx11)