me
/
guix
Archived
1
0
Fork 0

gnu: libwacom: Update to 1.1.

* gnu/packages/xdisorg.scm (libwacom): Update to 1.1.
master
Marius Bakke 2019-10-18 11:56:06 +02:00
parent 43beec19f4
commit e8d6e36107
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -962,7 +962,7 @@ Escape key when Left Control is pressed and released on its own.")
(define-public libwacom
(package
(name "libwacom")
(version "0.33")
(version "1.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -970,7 +970,7 @@ Escape key when Left Control is pressed and released on its own.")
"libwacom-" version "/libwacom-" version ".tar.bz2"))
(sha256
(base32
"1wnv34y7m9l6avlvwqvfrnksfnsz1lbgb412dn6s7x1h3wvs7y4l"))))
"00lyv419ijyng6ak5vpw0swnn4qg6lbfh7zysf92wcvn6rcq7d4c"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))