me
/
guix
Archived
1
0
Fork 0

gnu: libdvdnav: Update to 6.0.1.

* gnu/packages/video.scm (libdvdnav): Update to 6.0.1.
master
Tobias Geerinckx-Rice 2019-11-08 00:12:35 +01:00
parent 0104ed80ca
commit 059a6e9a2d
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -1858,7 +1858,7 @@ MPEG-2 stream containing VOB packets.")
(define-public libdvdnav
(package
(name "libdvdnav")
(version "6.0.0")
(version "6.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://download.videolan.org/videolan/"
@ -1866,7 +1866,7 @@ MPEG-2 stream containing VOB packets.")
"libdvdnav-" version ".tar.bz2"))
(sha256
(base32
"062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph"))))
"0cv7j8irsv1n2dadlnhr6i1b8pann2ah6xpxic41f04my6ba6rp5"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))