[PATCH] gnu: v4l2loopback-linux-module: Update to 0.12.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220909145739.13603-1-mike@rohleder.de
* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.12.7.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ee6e592183..d90569bf93 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -44,7 +44,7 @@
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
-;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Anders Thuné <asse.97@gmail.com>
;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com>
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
@@ -1469,7 +1469,7 @@ (define-public ddcci-driver-linux
(define-public v4l2loopback-linux-module
(package
(name "v4l2loopback-linux-module")
- (version "0.12.5")
+ (version "0.12.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1478,7 +1478,7 @@ (define-public v4l2loopback-linux-module
(file-name (git-file-name name version))
(sha256
(base32
- "1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn"))))
+ "1yghxl7gjr1zxi3a1kiz6d7yh68z64xayzm925zan4jqhrwv1h68"))))
(build-system linux-module-build-system)
(arguments
(list #:tests? #f)) ; no test suite
--
2.37.3
Mathieu Othacehe wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 57700-done@debbugs.gnu.org)
87a6760zbs.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.12.7.

Applied, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57700@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57700
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help