diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-13 19:01:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-13 19:01:33 +0200 |
commit | 42a5c643a7658503c645fca47f69cdf81c5202df (patch) | |
tree | ee84f41a2f0b72b74e7b19fe4c521923854b78d2 /gnu | |
parent | b4d7d41b222e6b8d8e85980e0da85785c86c0966 (diff) | |
download | guix-42a5c643a7658503c645fca47f69cdf81c5202df.tar guix-42a5c643a7658503c645fca47f69cdf81c5202df.tar.gz |
gnu: libmediainfo: Update to 20.09.
* gnu/packages/video.scm (libmediainfo): Update to 20.09.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2c173d1387..12c34b211e 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) |