Skip to content
Snippets Groups Projects
Unverified Commit 0976ea38 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: libdvdnav: Update to 6.0.0.

* gnu/packages/video.scm (libdvdnav): Update to 6.0.0.
parent 3c9deb0b
No related branches found
No related tags found
No related merge requests found
...@@ -1420,7 +1420,7 @@ (define-public dvdauthor ...@@ -1420,7 +1420,7 @@ (define-public dvdauthor
(define-public libdvdnav (define-public libdvdnav
(package (package
(name "libdvdnav") (name "libdvdnav")
(version "5.0.3") (version "6.0.0")
(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/"
...@@ -1428,7 +1428,7 @@ (define-public libdvdnav ...@@ -1428,7 +1428,7 @@ (define-public libdvdnav
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0v8byv5z598k06rqzdmj7739vc86xq3zf79zfr698dib7lz055sh")))) "062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment