mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
315f0218bf
commit
fbaa4f26d0
1 changed files with 2 additions and 2 deletions
|
@ -2662,7 +2662,7 @@ supported under @file{/sys/class/backlight/}.")
|
||||||
(define-public v4l2loopback-linux-module
|
(define-public v4l2loopback-linux-module
|
||||||
(package
|
(package
|
||||||
(name "v4l2loopback-linux-module")
|
(name "v4l2loopback-linux-module")
|
||||||
(version "0.15.0")
|
(version "0.15.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2671,7 +2671,7 @@ supported under @file{/sys/class/backlight/}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vp7f3ssvlbsxrwx6ix890yk589na6zhi0z3p1yl00fa813wcidh"))))
|
"00vkn4c1wlfmf8kqklklxj5kalwgiwwnxwbh4pw7dj9l1ivycm4f"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ; no test suite
|
(list #:tests? #f)) ; no test suite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue