[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/16: gnu: dav1d: Update to 0.7.1.
From: |
guix-commits |
Subject: |
07/16: gnu: dav1d: Update to 0.7.1. |
Date: |
Sat, 27 Jun 2020 14:50:41 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit edeb6f17f2df9d3bdf29cc9c0486e51e652c33ed
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 15:47:22 2020 +0200
gnu: dav1d: Update to 0.7.1.
* gnu/packages/video.scm (dav1d): Update to 0.7.1.
---
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 406a2ad..c5e4993 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3739,7 +3739,7 @@ transitions, and effects and then export your film to
many common formats.")
(define-public dav1d
(package
(name "dav1d")
- (version "0.7.0")
+ (version "0.7.1")
(source
(origin
(method url-fetch)
@@ -3747,7 +3747,7 @@ transitions, and effects and then export your film to
many common formats.")
"/dav1d/" version "/dav1d-" version ".tar.xz"))
(sha256
(base32
- "0xcykraf42gkymzqx1k1lcdclgk9y5yf7rr56vslrgmr0r849qnk"))))
+ "1hnkfcg57bv5rib6cnj39dy1jx0q7zi5fb2fz52hf2y0bv8bad1k"))))
(build-system meson-build-system)
(native-inputs `(("nasm" ,nasm)))
(home-page "https://code.videolan.org/videolan/dav1d")
- branch master updated (5f7474a -> afdc16d), guix-commits, 2020/06/27
- 01/16: gnu: opusfile: Update to 0.12., guix-commits, 2020/06/27
- 05/16: gnu: libconfuse: Update to 3.3., guix-commits, 2020/06/27
- 10/16: gnu: python-gevent: Update to 20.6.2., guix-commits, 2020/06/27
- 03/16: gnu: feh: Update to 3.4.1., guix-commits, 2020/06/27
- 04/16: gnu: spdlog: Update to 1.6.1., guix-commits, 2020/06/27
- 06/16: gnu: libconfuse: Do not build static libraries., guix-commits, 2020/06/27
- 07/16: gnu: dav1d: Update to 0.7.1.,
guix-commits <=
- 12/16: gnu: exempi: Delete the static library., guix-commits, 2020/06/27
- 13/16: gnu: libzip: Update to 1.7.1., guix-commits, 2020/06/27
- 02/16: gnu: opusfile: Do not build static libraries., guix-commits, 2020/06/27
- 08/16: gnu: Add python2-selectors2., guix-commits, 2020/06/27
- 09/16: gnu: python-greenlet: Update to 0.4.16., guix-commits, 2020/06/27
- 14/16: gnu: ilmbase: Update to 2.5.2., guix-commits, 2020/06/27
- 16/16: gnu: x265: Update to 3.4., guix-commits, 2020/06/27
- 15/16: gnu: libcyaml: Remove unused input., guix-commits, 2020/06/27
- 11/16: gnu: exempi: Update to 2.5.2., guix-commits, 2020/06/27