guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: libmediainfo: Update to 20.09.


From: guix-commits
Subject: 13/14: gnu: libmediainfo: Update to 20.09.
Date: Tue, 13 Oct 2020 14:08:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 42a5c643a7658503c645fca47f69cdf81c5202df
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 13 19:01:15 2020 +0200

    gnu: libmediainfo: Update to 20.09.
    
    * gnu/packages/video.scm (libmediainfo): Update to 20.09.
---
 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 2c173d1..12c34b2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3614,7 +3614,7 @@ practically any type of media.")
 (define-public libmediainfo
   (package
     (name "libmediainfo")
-    (version "20.08")
+    (version "20.09")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://mediaarea.net/download/source/";
@@ -3622,7 +3622,7 @@ practically any type of media.")
                                   name "_" version ".tar.xz"))
               (sha256
                (base32
-                "19n8h9jq42b6r3dbag77fzwfksfywszmzpi636w87fvc1nqldlqj"))))
+                "15ni9pnch6688m72swwax109a7mg4a08yx75qknrx7qa6dbyhz6h"))))
     ;; 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]