GNU bug report logs - #63106
[PATCH] gnu: dav1d: Update to 1.1.0

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 27 Apr 2023 06:09:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andy Tai <atai <at> atai.org>
To: 63106 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0
Date: Wed, 26 Apr 2023 23:08:36 -0700
* 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





This bug report was last modified 1 year and 138 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.