guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: dav1d: Update to 0.5.0.


From: guix-commits
Subject: 02/08: gnu: dav1d: Update to 0.5.0.
Date: Sat, 19 Oct 2019 18:42:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 78febba988d65ff2070ef99cc400975363571ae4
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 19 14:25:29 2019 +0200

    gnu: dav1d: Update to 0.5.0.
    
    * gnu/packages/video.scm (dav1d): Update to 0.5.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 8f4019b..c5dbe93 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3544,7 +3544,7 @@ transitions, and effects and then export your film to 
many common formats.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "0.4.0")
+    (version "0.5.0")
     (source
       (origin
         (method url-fetch)
@@ -3557,7 +3557,7 @@ transitions, and effects and then export your film to 
many common formats.")
                                   "archive/" version "/dav1d-" version 
".tar.bz2")))
         (sha256
          (base32
-          "08yqml01lbcpflrshdpvn88jv3xd8gm559qikiwyrh41a3kb4lr5"))))
+          "1586k439fm8db9lsxxywm34iqibj5mw4xrppr4g2wqr0hjlhcbxn"))))
     (build-system meson-build-system)
     (native-inputs `(("nasm" ,nasm)))
     (home-page "https://code.videolan.org/videolan/dav1d";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]