diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-07-25 21:52:04 +0200 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-28 12:28:36 +0800 |
commit | fbaa4f26d0da5ac5d57d70d61d0f19b488187b5d (patch) | |
tree | e497f31be7e4279520a08a12bbcf0dca4881928f | |
parent | 315f0218bfe4e6abf5db2e61cde989d09e3ad11d (diff) |
gnu: v4l2loopback-linux-module: Update to 0.15.1.
* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.15.1.
Change-Id: Ie3e05ddb846420bd936c380fdf00b7e15fce1702
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 727269a772..6263a2bf99 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2662,7 +2662,7 @@ supported under @file{/sys/class/backlight/}.") (define-public v4l2loopback-linux-module (package (name "v4l2loopback-linux-module") - (version "0.15.0") + (version "0.15.1") (source (origin (method git-fetch) (uri (git-reference @@ -2671,7 +2671,7 @@ supported under @file{/sys/class/backlight/}.") (file-name (git-file-name name version)) (sha256 (base32 - "1vp7f3ssvlbsxrwx6ix890yk589na6zhi0z3p1yl00fa813wcidh")))) + "00vkn4c1wlfmf8kqklklxj5kalwgiwwnxwbh4pw7dj9l1ivycm4f")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |