me
/
guix
Archived
1
0
Fork 0

gnu: xprop: Update to 1.2.3.

* gnu/packages/xorg.scm (xprop): Update to 1.2.3.
master
Marius Bakke 2018-03-10 09:59:18 +01:00
parent 505a65dccf
commit 8e3b852ad0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4123,7 +4123,7 @@ it for output on various types of printers.")
(define-public xprop
(package
(name "xprop")
(version "1.2.2")
(version "1.2.3")
(source
(origin
(method url-fetch)
@ -4133,7 +4133,7 @@ it for output on various types of printers.")
".tar.bz2"))
(sha256
(base32
"1ilvhqfjcg6f1hqahjkp8qaay9rhvmv2blvj3w9asraq0aqqivlv"))))
"06sjgahjiz85v0k0pmv5x05chc591xynl5ah1bqzz1bdr0lgnanj"))))
(build-system gnu-build-system)
(inputs
`(("xproto" ,xproto)