diff options
author | Timo Wilken <guix@twilken.net> | 2025-02-22 14:28:58 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-04-08 19:56:25 +0800 |
commit | 15af9f7bc54ce6821b8752104244ee49f82c52fa (patch) | |
tree | 45349aefd6a6f7de7f1f0d503f58d7938388edcb | |
parent | 2779928b9c78c0181c1e5ecc06f3985bc49e231d (diff) | |
download | guix-15af9f7bc54ce6821b8752104244ee49f82c52fa.tar.gz guix-15af9f7bc54ce6821b8752104244ee49f82c52fa.zip |
gnu: v4l2loopback-linux-module: Update to 0.13.2.
This fixes a build failure with 0.13.1 and the latest Linux-libre version in
Guix.
* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.13.2.
Change-Id: Iada65ed74c82b0af209a983ab8e0b3ae631d76cb
Signed-off-by: Zheng Junjie <z572@z572.online>
-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 a6bffa2bb9..456f7fd2c3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2279,7 +2279,7 @@ supported under @file{/sys/class/backlight/}.") (define-public v4l2loopback-linux-module (package (name "v4l2loopback-linux-module") - (version "0.13.1") + (version "0.13.2") (source (origin (method git-fetch) (uri (git-reference @@ -2288,7 +2288,7 @@ supported under @file{/sys/class/backlight/}.") (file-name (git-file-name name version)) (sha256 (base32 - "0580pzac0bfb98phmsm5rxmarx22wiprca13n8bk23sdgkzwb706")))) + "09487b2jd4w178fdpc3s8q7s9ajsar9wcmckkk9m10ix6gbqb1g9")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |