diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-04-05 13:28:12 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-04-05 13:28:12 -0400 |
commit | 6ec2888ff7594c7768f42ff68cf95e63142843fb (patch) | |
tree | 06e0aaa729c2d5b743d3e5cff145816fecfe8cb0 | |
parent | 6844a31733c9b5bf05196ba9742c325dbf3fe916 (diff) | |
download | guix-6ec2888ff7594c7768f42ff68cf95e63142843fb.tar.gz guix-6ec2888ff7594c7768f42ff68cf95e63142843fb.zip |
gnu: v4l2loopback-linux-module: Update to 0.13.1.
* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.13.1.
Change-Id: I0c2673766060cd66a81dae3a87b8b19ef343b7de
-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 40d8cb4462..1877ebe394 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1816,7 +1816,7 @@ supported under @file{/sys/class/backlight/}.") (define-public v4l2loopback-linux-module (package (name "v4l2loopback-linux-module") - (version "0.12.7") + (version "0.13.1") (source (origin (method git-fetch) (uri (git-reference @@ -1825,7 +1825,7 @@ supported under @file{/sys/class/backlight/}.") (file-name (git-file-name name version)) (sha256 (base32 - "1yghxl7gjr1zxi3a1kiz6d7yh68z64xayzm925zan4jqhrwv1h68")))) + "0580pzac0bfb98phmsm5rxmarx22wiprca13n8bk23sdgkzwb706")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |