[PATCH] gnu: dav1d: Update to 1.3.0.

  • Open
  • quality assurance status badge
Details
One participant
  • Antoine Côté
Owner
unassigned
Submitted by
Antoine Côté
Severity
normal
A
A
Antoine Côté wrote on 20 Nov 2023 15:51
(address . guix-patches@gnu.org)(name . Antoine Côté)(address . antoine.cote@posteo.net)
866aa62f60cbc492e29880eb401758c2ea8d35be.1700418954.git.antoine.cote@posteo.net
* gnu/packages/video.scm (dav1d): Update to 1.3.0.

Change-Id: I98797dff74202c08a954b616e787dc46301bcf31
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (37 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 561268aabd..e4d200cf50 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -45,7 +45,7 @@
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
;;; Copyright © 2020 Ivan Kozlov <kanichos@yandex.ru>
-;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
+;;; Copyright © 2020, 2023 Antoine Côté <antoine.cote@posteo.net>
;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2021 Alexey Abramov <levenson@mmer.org>
;;; Copyright © 2021, 2022, 2023 Andrew Tropin <andrew@trop.in>
@@ -5153,7 +5153,7 @@ (define-public shotcut
(define-public dav1d
(package
(name "dav1d")
- (version "1.0.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -5162,7 +5162,7 @@ (define-public dav1d
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+ (base32 "17r6qdijdnqfciqa0ia2y4gyhaav6y5gc4d9xj4dg9h7xnpyxc3k"))))
(build-system meson-build-system)
(native-inputs (list nasm))
(home-page "https://code.videolan.org/videolan/dav1d")

base-commit: 761810d32a0550912b5bb36a0c9f60141bcb7d20
prerequisite-patch-id: 825ffabc4bc20118789218ef11959ae9cf64bdff
prerequisite-patch-id: 232668107887f0ae447b03c50ae23e7056b8d8f3
--
2.41.0
?