unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0
@ 2023-04-27  6:08 Andy Tai
  2023-04-30  1:25 ` [bug#63106] [PATCH v2] " Andy Tai
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andy Tai @ 2023-04-27  6:08 UTC (permalink / raw)
  To: 63106; +Cc: Andy Tai

* gnu/packages/video.scm (dav1d): Update to 1.1.0
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 838dfe7aab..ea513548b0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5002,7 +5002,7 @@ (define-public shotcut
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
       (origin
         (method git-fetch)
@@ -5011,7 +5011,7 @@ (define-public dav1d
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+         (base32 "01lb720wgb1hb2fkpg6vvyw10nbfvhcxxqvl0lmprxn8lnqr6knn"))))
     (build-system meson-build-system)
     (native-inputs (list nasm))
     (home-page "https://code.videolan.org/videolan/dav1d")

base-commit: db19e30673a72ff8ee34276ede5dd081e6023cd3
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-03-05  8:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27  6:08 [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0 Andy Tai
2023-04-30  1:25 ` [bug#63106] [PATCH v2] " Andy Tai
2023-09-20  5:26 ` [bug#63106] [PATCH v3] " Andy Tai
2023-11-20  8:49 ` [bug#63106] [PATCH v4] gnu: dav1d: Update to 1.3.0 Andy Tai
2024-02-13  7:21 ` [bug#63106] [PATCH core-updates v5] " Andy Tai
2024-02-16  8:51 ` [bug#63106] [PATCH core-updates v6] " Andy Tai
2024-03-05  8:21   ` bug#63106: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).