guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: dav1d: Update to 0.2.1.


From: guix-commits
Subject: 07/07: gnu: dav1d: Update to 0.2.1.
Date: Mon, 18 Mar 2019 18:43:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cdfea208b89f7c8a01fe0ebf1cb574d02e0822ec
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 23:39:18 2019 +0100

    gnu: dav1d: Update to 0.2.1.
    
    * gnu/packages/video.scm (dav1d): Update to 0.2.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 f00be70..220d729 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3411,7 +3411,7 @@ transitions, and effects and then export your film to 
many common formats.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
       (origin
         (method url-fetch)
@@ -3423,8 +3423,7 @@ transitions, and effects and then export your film to 
many common formats.")
                    (string-append "https://code.videolan.org/videolan/dav1d/-/";
                                   "archive/" version "/dav1d-" version 
".tar.bz2")))
         (sha256
-         (base32
-          "0q0dbbl91syjnkygz268gh4b7mdcgl6hldj300a4cbqidsadpl5p"))))
+         (base32 "0cp7harg2gf61v35hyki2ddk9yr0xli9bkk3smxblabmq9rv5cs3"))))
     (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]