diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-12 14:03:59 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-12 14:04:51 +0100 |
commit | 5e4cc506c71d04f7886e351be4266aa9d692b76f (patch) | |
tree | 7f62f3c3fb2e7c8bb384fcef22cf800488fa4812 /gnu/packages/linux.scm | |
parent | 5d6c8767f67885bc9b2c8f18ab1f667d0065346b (diff) |
gnu: xpadneo: Update to 0.9.7.
This fixes the currently failing build.
* gnu/packages/linux.scm (xpadneo): Update to 0.9.7.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ea5855ad075..efabcabd4c4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1937,7 +1937,7 @@ application by hooking GStreamer into the loopback device.") (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 @@ application by hooking GStreamer into the loopback device.") (file-name (git-file-name name version)) (sha256 (base32 - "1pq7p9sxlw1v9rnny9070b39rpwfq6rip0z92mwlw4qzinmqqgdd")))) + "1v5akvz14izxk3fav6x4l50gi8xzsjwxjddczc2yy78gni1a7ybs")))) (build-system linux-module-build-system) (arguments (list #:tests? #f ; no `check' target |