diff options
| author | John Kehayias <john@guixotic.coop> | 2026-01-30 15:05:55 -0500 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-01-30 15:05:55 -0500 |
| commit | 35785d787419d5ed799f26b9b84bf77ef6b9600f (patch) | |
| tree | 0b604f1999f7f8be95fae7a6e12a5217677edb88 /gnu/packages/linux.scm | |
| parent | 34cb2aad49600dd1743f5f91d0f8ed4467076054 (diff) | |
gnu: v4l2loopback-linux-module: Update to 0.15.3.
* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.15.3.
Change-Id: Ib5621cc638c4f3c0c5316e6ce0f02c94c6b90d47
Diffstat (limited to 'gnu/packages/linux.scm')
| -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 16b1f002151..ce759dbdeb4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3162,7 +3162,7 @@ the system when powering it off via userspace.") (define-public v4l2loopback-linux-module (package (name "v4l2loopback-linux-module") - (version "0.15.1") + (version "0.15.3") (source (origin (method git-fetch) (uri (git-reference @@ -3171,7 +3171,7 @@ the system when powering it off via userspace.") (file-name (git-file-name name version)) (sha256 (base32 - "00vkn4c1wlfmf8kqklklxj5kalwgiwwnxwbh4pw7dj9l1ivycm4f")))) + "1fpzsymsas4d2maj81k1al02m62d81ll4q15xwc4n0rhh88hkdv7")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |
