This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 35785d7874 gnu: v4l2loopback-linux-module: Update to 0.15.3.
35785d7874 is described below

commit 35785d787419d5ed799f26b9b84bf77ef6b9600f
Author: John Kehayias <[email protected]>
AuthorDate: Fri Jan 30 15:05:55 2026 -0500

    gnu: v4l2loopback-linux-module: Update to 0.15.3.
    
    * gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.15.3.
    
    Change-Id: Ib5621cc638c4f3c0c5316e6ce0f02c94c6b90d47
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 16b1f00215..ce759dbdeb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3162,7 +3162,7 @@ the system when powering it off via userspace.")
 (define-public v4l2loopback-linux-module
   (package
     (name "v4l2loopback-linux-module")
-    (version "0.15.1")
+    (version "0.15.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3171,7 +3171,7 @@ the system when powering it off via userspace.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00vkn4c1wlfmf8kqklklxj5kalwgiwwnxwbh4pw7dj9l1ivycm4f"))))
+                "1fpzsymsas4d2maj81k1al02m62d81ll4q15xwc4n0rhh88hkdv7"))))
     (build-system linux-module-build-system)
     (arguments
      (list #:tests? #f))                ; no test suite

Reply via email to