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
1 changed files with 2 additions and 2 deletions

View File

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