mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: xpadneo: Update to 0.9.7.
This fixes the currently failing build. * gnu/packages/linux.scm (xpadneo): Update to 0.9.7.
This commit is contained in:
parent
5d6c8767f6
commit
5e4cc506c7
1 changed files with 2 additions and 2 deletions
|
@ -1937,7 +1937,7 @@ (define-public v4l2loopback-linux-module
|
|||
(define-public xpadneo
|
||||
(package
|
||||
(name "xpadneo")
|
||||
(version "0.9.5")
|
||||
(version "0.9.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1946,7 +1946,7 @@ (define-public xpadneo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pq7p9sxlw1v9rnny9070b39rpwfq6rip0z92mwlw4qzinmqqgdd"))))
|
||||
"1v5akvz14izxk3fav6x4l50gi8xzsjwxjddczc2yy78gni1a7ybs"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; no `check' target
|
||||
|
|
Loading…
Reference in a new issue