me
/
guix
Archived
1
0
Fork 0

gnu: libmediainfo: Update to 21.03.

* gnu/packages/video.scm (libmediainfo): Update to 21.03.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Michael Rohleder 2021-05-03 17:20:47 +02:00 committed by Ludovic Courtès
parent a9431d8ec5
commit 5c2fe9164c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -3812,7 +3812,7 @@ practically any type of media.")
(define-public libmediainfo
(package
(name "libmediainfo")
(version "20.09")
(version "21.03")
(source (origin
(method url-fetch)
(uri (string-append "https://mediaarea.net/download/source/"
@ -3820,7 +3820,7 @@ practically any type of media.")
name "_" version ".tar.xz"))
(sha256
(base32
"15ni9pnch6688m72swwax109a7mg4a08yx75qknrx7qa6dbyhz6h"))))
"1jm4mk539wf3crgpcddgwdixshwdzm37mkb5441lifhcz2mykdsn"))))
;; TODO add a Big Buck Bunny webm for tests.
(native-inputs
`(("autoconf" ,autoconf)