gnu: libdvdnav: Update to 6.0.1.
* gnu/packages/video.scm (libdvdnav): Update to 6.0.1.master
parent
0104ed80ca
commit
059a6e9a2d
|
@ -1858,7 +1858,7 @@ MPEG-2 stream containing VOB packets.")
|
||||||
(define-public libdvdnav
|
(define-public libdvdnav
|
||||||
(package
|
(package
|
||||||
(name "libdvdnav")
|
(name "libdvdnav")
|
||||||
(version "6.0.0")
|
(version "6.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.videolan.org/videolan/"
|
(uri (string-append "https://download.videolan.org/videolan/"
|
||||||
|
@ -1866,7 +1866,7 @@ MPEG-2 stream containing VOB packets.")
|
||||||
"libdvdnav-" version ".tar.bz2"))
|
"libdvdnav-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph"))))
|
"0cv7j8irsv1n2dadlnhr6i1b8pann2ah6xpxic41f04my6ba6rp5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue