summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-13 02:39:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-13 16:09:42 +0200
commit87de620e6d0176b3b8081446e560aabef1eca846 (patch)
tree3fc6346d64873e1c4b5f29a1bb74e6cf7fb413ca /gnu
parent398389758a670f0bfe1197834e4f568894585c7b (diff)
downloadguix-87de620e6d0176b3b8081446e560aabef1eca846.tar.gz
gnu: mediainfo: Update to 20.08.
* gnu/packages/video.scm (mediainfo): Update to 20.08.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 677405a9ce..d115f6c455 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3125,7 +3125,7 @@ MPEG-2, MPEG-4, DVD (VOB)...
 (define-public mediainfo
   (package
     (name "mediainfo")
-    (version "20.03")
+    (version "20.08")
     (source (origin
               (method url-fetch)
               ;; Warning: This source has proved unreliable 1 time at least.
@@ -3136,7 +3136,7 @@ MPEG-2, MPEG-4, DVD (VOB)...
                                   name "_" version ".tar.xz"))
               (sha256
                (base32
-                "1f1shnycf0f1fwka9k9s250l228xjkg0k4k73h8bpld8msighgnw"))))
+                "1baf2dj5s3g1x4ssqli1b2r1203syk42m09zhp36qcinmfixv11l"))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)