summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-20 01:47:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-20 01:48:26 +0200
commitb036e370b458738b0eb182776e9e9c1f6e1584a4 (patch)
tree241b73c90321d087d3d35b835a47e9b978c42c9a /gnu/packages/xorg.scm
parent7915e3e198c689e3a372229a7e983fbdfc5f30ca (diff)
downloadguix-patches-b036e370b458738b0eb182776e9e9c1f6e1584a4.tar
guix-patches-b036e370b458738b0eb182776e9e9c1f6e1584a4.tar.gz
gnu: xev: Update to 1.2.4.
* gnu/packages/xorg.scm (xev): Update to 1.2.4.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 19873073d0..af9f396caa 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)