gnu: xev: Update to 1.2.4.

* gnu/packages/xorg.scm (xev): Update to 1.2.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-20 01:47:24 +02:00
parent 7915e3e198
commit b036e370b4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2405,7 +2405,7 @@ (define-public xdriinfo
(define-public xev
(package
(name "xev")
(version "1.2.3")
(version "1.2.4")
(source
(origin
(method url-fetch)
@ -2415,7 +2415,7 @@ (define-public xev
".tar.bz2"))
(sha256
(base32
"02ddsdx138g7szhwklpbzi0cxr34871iay3k28kdcihrz8f4zg36"))))
"1ql592pdhddhkipkrsxn929y9l2nn02a5fh2z3dx47kmzs5y006p"))))
(build-system gnu-build-system)
(inputs
`(("libxrender" ,libxrender)