gnu: xev: Update to 1.2.4.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 19 Jul 2020 23:47:24 +0000 (01:47 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 19 Jul 2020 23:48:26 +0000 (01:48 +0200)
* gnu/packages/xorg.scm (xev): Update to 1.2.4.

gnu/packages/xorg.scm

index 1987307..af9f396 100644 (file)
@@ -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)