diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-20 01:47:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-20 01:48:26 +0200 |
commit | b036e370b458738b0eb182776e9e9c1f6e1584a4 (patch) | |
tree | 241b73c90321d087d3d35b835a47e9b978c42c9a | |
parent | 7915e3e198c689e3a372229a7e983fbdfc5f30ca (diff) |
gnu: xev: Update to 1.2.4.
* gnu/packages/xorg.scm (xev): Update to 1.2.4.
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
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) |