me
/
guix
Archived
1
0
Fork 0

gnu: xev: Update to 1.2.5.

* gnu/packages/xorg.scm (xev): Update to 1.2.5.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent 1484e5f559
commit a2c78869e7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 10 deletions

View File

@ -2301,17 +2301,14 @@ DRI (Direct Rendering Infrastructure) drivers.")
(define-public xev
(package
(name "xev")
(version "1.2.4")
(version "1.2.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xev-"
version
".tar.bz2"))
(sha256
(base32
"1ql592pdhddhkipkrsxn929y9l2nn02a5fh2z3dx47kmzs5y006p"))))
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xev-"
version ".tar.xz"))
(sha256
(base32 "1hbfwcnbyz4w13fbhnghl0vdhf6w9f9pb7jgjwrhykkii51ilin9"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags ',(malloc0-flags)))
(inputs