mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: xev: Update to 1.2.1.
* gnu/packages/xorg.scm (xev): Update to 1.2.1.
This commit is contained in:
parent
39deb4b144
commit
edc2ad8e3e
1 changed files with 3 additions and 3 deletions
|
@ -2115,17 +2115,17 @@ synchronization between the X server and direct-rendering clients.")
|
|||
(define-public xev
|
||||
(package
|
||||
(name "xev")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/X11R7.7/src/everything/xev-"
|
||||
"mirror://xorg/individual/app/xev-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"13xk5z7vy87rnn4574z0jfzymdivyc7pl4axim81sx0pmdysg1ip"))))
|
||||
"0hv296mysglcgkx6lj1wxc23kshb2kix1a8yqppxj5vz16mpzw8i"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxrender" ,libxrender)
|
||||
|
|
Loading…
Reference in a new issue