me
/
guix
Archived
1
0
Fork 0

gnu: mediainfo: Update to 20.08.

* gnu/packages/video.scm (mediainfo): Update to 20.08.
master
Tobias Geerinckx-Rice 2020-08-13 02:39:02 +02:00
parent 398389758a
commit 87de620e6d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)