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 (define-public xev
(package (package
(name "xev") (name "xev")
(version "1.2.4") (version "1.2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "mirror://xorg/individual/app/xev-"
"mirror://xorg/individual/app/xev-" version ".tar.xz"))
version (sha256
".tar.bz2")) (base32 "1hbfwcnbyz4w13fbhnghl0vdhf6w9f9pb7jgjwrhykkii51ilin9"))))
(sha256
(base32
"1ql592pdhddhkipkrsxn929y9l2nn02a5fh2z3dx47kmzs5y006p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:configure-flags ',(malloc0-flags))) (arguments `(#:configure-flags ',(malloc0-flags)))
(inputs (inputs