[bug#76484] gnu: v4l2loopback-linux-module: Update to 0.13.2.

Message ID 20250222132857.24339-2-guix@twilken.net
State New
Headers
Series [bug#76484] gnu: v4l2loopback-linux-module: Update to 0.13.2. |

Commit Message

Timo Wilken Feb. 22, 2025, 1:28 p.m. UTC
  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
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Timo Wilken Feb. 26, 2025, 12:24 p.m. UTC | #1
Hi Leo, hi Wilko,

Cc'ing you as members of the kernel team, since I forgot to do that in the
initial submission. I hope that's OK!

Cheers,
Timo
  

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c009a03529..b5eabb7699 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1948,7 +1948,7 @@  (define-public ddcci-driver-linux
 (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
@@ -1957,7 +1957,7 @@  (define-public v4l2loopback-linux-module
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0580pzac0bfb98phmsm5rxmarx22wiprca13n8bk23sdgkzwb706"))))
+                "09487b2jd4w178fdpc3s8q7s9ajsar9wcmckkk9m10ix6gbqb1g9"))))
     (build-system linux-module-build-system)
     (arguments
      (list #:tests? #f))                ; no test suite