[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: dav1d: Update to 0.8.1.
From: |
guix-commits |
Subject: |
03/09: gnu: dav1d: Update to 0.8.1. |
Date: |
Sun, 3 Jan 2021 13:41:29 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit aa2e420e818d3bb1b81f126a77eadd50d16a9dce
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 3 15:31:39 2021 +0100
gnu: dav1d: Update to 0.8.1.
* gnu/packages/video.scm (dav1d): Update to 0.8.1.
---
gnu/packages/video.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 11d31f7..2b1b111 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4459,7 +4459,7 @@ transitions, and effects and then export your film to
many common formats.")
(define-public dav1d
(package
(name "dav1d")
- (version "0.8.0")
+ (version "0.8.1")
(source
(origin
(method git-fetch)
@@ -4468,8 +4468,7 @@ transitions, and effects and then export your film to
many common formats.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
- "0mjn87xjdqv0q1gj4s4f6fdmsj504mhk4qmqiyrhq2rs7yqj4csv"))))
+ (base32 "1820fpmmq1vxjzjmza6ydk4fgxipb8gmcc5skybki64qn7410v7x"))))
(build-system meson-build-system)
(native-inputs `(("nasm" ,nasm)))
(home-page "https://code.videolan.org/videolan/dav1d")
- branch master updated (98de21a -> eacffb9), guix-commits, 2021/01/03
- 01/09: gnu: youtube-dl: Update to 2021.01.03., guix-commits, 2021/01/03
- 02/09: gnu: buku: Update to 4.5., guix-commits, 2021/01/03
- 03/09: gnu: dav1d: Update to 0.8.1.,
guix-commits <=
- 04/09: gnu: rust-embed-resource: Update to 1.3.3., guix-commits, 2021/01/03
- 08/09: gnu: libwacom: Update to 1.7., guix-commits, 2021/01/03
- 09/09: gnu: nix: Update to 2.3.10., guix-commits, 2021/01/03
- 05/09: gnu: watchexec: Update to 1.14.1., guix-commits, 2021/01/03
- 06/09: gnu: xterm: Update to 363., guix-commits, 2021/01/03
- 07/09: gnu: osinfo-db: Update to 20201218., guix-commits, 2021/01/03