diff options
author | Zheng Junjie <z572@z572.online> | 2025-04-08 19:56:12 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-04-08 19:56:25 +0800 |
commit | 1dab24555a494beb3db5a335c675f07043e77f1c (patch) | |
tree | ac1e51fba6af00eb1661ee08aa52ce1f1ffc47bd | |
parent | 15af9f7bc54ce6821b8752104244ee49f82c52fa (diff) | |
download | guix-1dab24555a494beb3db5a335c675f07043e77f1c.tar.gz guix-1dab24555a494beb3db5a335c675f07043e77f1c.zip |
gnu: v4l2loopback-linux-module: Update to 0.14.0.
* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.14.0.
Change-Id: Ifc606519e55d5bb830953722d7a88fc7ee72ad1f
-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 456f7fd2c3..42395609d9 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.2") + (version "0.14.0") (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 - "09487b2jd4w178fdpc3s8q7s9ajsar9wcmckkk9m10ix6gbqb1g9")))) + "0vrf0mndzcpypz5a48kyjqwvvfh17wgganzml4vwiqhl4whq2a8v")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |