mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: xf86-input-wacom: Update to 0.35.0.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.35.0.
This commit is contained in:
parent
687442b9a9
commit
57dfd28826
1 changed files with 2 additions and 2 deletions
|
@ -890,7 +890,7 @@ (define-public libwacom
|
|||
(define-public xf86-input-wacom
|
||||
(package
|
||||
(name "xf86-input-wacom")
|
||||
(version "0.34.2")
|
||||
(version "0.35.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -898,7 +898,7 @@ (define-public xf86-input-wacom
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"073bf12ka1mcqvr1sviixb51bsfx37jalrj9xw53f10i2kdvkl9a"))))
|
||||
"0za44snc0zirq65a4lxsmg7blp1bynj6j835hm459x8yx1qhmxjm"))))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "--with-sdkdir="
|
||||
|
|
Loading…
Reference in a new issue