guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libwacom: Update to 1.3.


From: guix-commits
Subject: 02/03: gnu: libwacom: Update to 1.3.
Date: Sat, 28 Mar 2020 20:45:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cb427e7e8499f2907aa996a5f8f9205dfe690424
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 01:42:28 2020 +0100

    gnu: libwacom: Update to 1.3.
    
    * gnu/packages/xdisorg.scm (libwacom): Update to 1.3.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 6749f86..a64bacd 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1062,7 +1062,7 @@ Escape key when Left Control is pressed and released on 
its own.")
 (define-public libwacom
   (package
     (name "libwacom")
-    (version "1.2")
+    (version "1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1070,7 +1070,7 @@ Escape key when Left Control is pressed and released on 
its own.")
                     "libwacom-" version "/libwacom-" version ".tar.bz2"))
               (sha256
                (base32
-                "1hv3z2qkvycqcyv99zfpbbgrlbyppdq8kk2y9x51578mwbgcy162"))))
+                "0g48cdg2qpvrr2nk8ccibjg3iv7iqskdv66izxacqx70w47y1771"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))



reply via email to

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