gnu: libwacom: Update to 1.3.
* gnu/packages/xdisorg.scm (libwacom): Update to 1.3.master
parent
ff38c70e5a
commit
cb427e7e84
|
@ -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")))
|
||||
|
|
Reference in New Issue