guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: libmediainfo: Update to 20.08.


From: guix-commits
Subject: 09/14: gnu: libmediainfo: Update to 20.08.
Date: Thu, 13 Aug 2020 10:35:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 398389758a670f0bfe1197834e4f568894585c7b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 13 02:38:57 2020 +0200

    gnu: libmediainfo: Update to 20.08.
    
    * gnu/packages/video.scm (libmediainfo): Update to 20.08.
---
 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 933c868..677405a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3067,7 +3067,7 @@ practically any type of media.")
 (define-public libmediainfo
   (package
     (name "libmediainfo")
-    (version "20.03")
+    (version "20.08")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://mediaarea.net/download/source/";
@@ -3075,7 +3075,7 @@ practically any type of media.")
                                   name "_" version ".tar.xz"))
               (sha256
                (base32
-                "0wkzj5s34m8dvy7hif4h8f90q8ncrzd930gij1zzw3h5nw732j38"))))
+                "19n8h9jq42b6r3dbag77fzwfksfywszmzpi636w87fvc1nqldlqj"))))
     ;; TODO add a Big Buck Bunny webm for tests.
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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