guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: libwacom: Update to 1.4.


From: guix-commits
Subject: 02/05: gnu: libwacom: Update to 1.4.
Date: Mon, 29 Jun 2020 19:50:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8998965adbc348fcc02d2aff6321586d3ff9d57d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 29 23:40:19 2020 +0200

    gnu: libwacom: Update to 1.4.
    
    * gnu/packages/xdisorg.scm (libwacom): Update to 1.4.
---
 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 7cf8cc9..cec9bf0 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1080,7 +1080,7 @@ Escape key when Left Control is pressed and released on 
its own.")
 (define-public libwacom
   (package
     (name "libwacom")
-    (version "1.3")
+    (version "1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1088,7 +1088,7 @@ Escape key when Left Control is pressed and released on 
its own.")
                     "libwacom-" version "/libwacom-" version ".tar.bz2"))
               (sha256
                (base32
-                "0g48cdg2qpvrr2nk8ccibjg3iv7iqskdv66izxacqx70w47y1771"))))
+                "1rk661cymmahak9rw0wcssnfszbngq74vp7zc2cwyg6yrjbif1lh"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))



reply via email to

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