guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: inputproto: Update to 2.3.2.


From: Efraim Flashner
Subject: 03/07: gnu: inputproto: Update to 2.3.2.
Date: Sun, 28 Aug 2016 17:44:42 +0000 (UTC)

efraim pushed a commit to branch core-updates
in repository guix.

commit ee86a59ec7b7b84b2ac58e346a827e0d3cdcda31
Author: Efraim Flashner <address@hidden>
Date:   Sat Aug 27 23:13:27 2016 +0300

    gnu: inputproto: Update to 2.3.2.
    
    * gnu/packages/xorg.scm (inputproto): Update to 2.3.2.
---
 gnu/packages/xorg.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 08fc823..c4dbede 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -974,7 +974,7 @@ authentication records.")
 (define-public inputproto
   (package
     (name "inputproto")
-    (version "2.3.1")
+    (version "2.3.2")
     (source
       (origin
         (method url-fetch)
@@ -984,7 +984,7 @@ authentication records.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1lf1jlxp0fc8h6fjdffhd084dqab94966l1zm3rwwsis0mifwiss"))))
+            "07gk7v006zqn3dcfh16l06gnccy7xnqywf3vl9c209ikazsnlfl9"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (home-page "https://www.x.org/wiki/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]