mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: xf86-input-wacom: Update to 0.38.0.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.38.0.
This commit is contained in:
parent
3275d43dd9
commit
e14d7f20f4
1 changed files with 2 additions and 3 deletions
|
@ -997,7 +997,7 @@ (define-public libwacom
|
|||
(define-public xf86-input-wacom
|
||||
(package
|
||||
(name "xf86-input-wacom")
|
||||
(version "0.36.1")
|
||||
(version "0.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1006,8 +1006,7 @@ (define-public xf86-input-wacom
|
|||
"xf86-input-wacom-" version "/"
|
||||
"xf86-input-wacom-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"029y8varbricba2dzhzhy0ndd7lbfif411ca8c3wxzni9qmbj1ij"))))
|
||||
(base32 "0w53hv3g7d5vv328x04wb57sa1lyv2h631c37csp1drfp7ghikd1"))))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "--with-sdkdir="
|
||||
|
|
Loading…
Reference in a new issue