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] gnu: dav1d: Update to 1.1.0
Date: Wed, 26 Apr 2023 23:08:36 -0700	[thread overview]
Message-ID: <20230427060836.16181-1-atai@atai.org> (raw)

* 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





             reply	other threads:[~2023-04-27  6:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-27  6:08 Andy Tai [this message]
2023-04-30  1:25 ` [bug#63106] [PATCH v2] gnu: dav1d: Update to 1.1.0 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

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=20230427060836.16181-1-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.