all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 63106@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#63106] [PATCH core-updates v6] gnu: dav1d: Update to 1.3.0
Date: Fri, 16 Feb 2024 00:51:52 -0800	[thread overview]
Message-ID: <681f11c1f01a961d63952fd4008202093c9929e7.1708073468.git.atai@atai.org> (raw)
In-Reply-To: <20230427060836.16181-1-atai@atai.org>

* gnu/packages/video.scm (dav1d): Update to 1.3.0

Change-Id: I05ea2817c7d97c583927a175e2307e853ebd551a
---
 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 c70646eccd..6f99f8649e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5547,7 +5547,7 @@ (define-public shotcut
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "1.0.0")
+    (version "1.3.0")
     (source
       (origin
         (method git-fetch)
@@ -5556,7 +5556,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: 05e99036dc480a150b399735ae3c02d5b824b35b
-- 
2.34.1





  parent reply	other threads:[~2024-02-16  8:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Andy Tai [this message]
2024-03-05  8:21   ` bug#63106: [PATCH core-updates v6] " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=681f11c1f01a961d63952fd4008202093c9929e7.1708073468.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=63106@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.