mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: libdvdnav: Update to 6.1.1.
* gnu/packages/video.scm (libdvdnav): Update to 6.1.1.
This commit is contained in:
parent
63182d1ac9
commit
d392af43c5
1 changed files with 2 additions and 2 deletions
|
|
@ -3621,7 +3621,7 @@ MPEG-2 stream containing VOB packets.")
|
|||
(define-public libdvdnav
|
||||
(package
|
||||
(name "libdvdnav")
|
||||
(version "6.0.1")
|
||||
(version "6.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.videolan.org/videolan/"
|
||||
|
|
@ -3629,7 +3629,7 @@ MPEG-2 stream containing VOB packets.")
|
|||
"libdvdnav-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cv7j8irsv1n2dadlnhr6i1b8pann2ah6xpxic41f04my6ba6rp5"))))
|
||||
"0j4ds6c4xl34dijkfpw805vj7s0vzg095kw0fvzj7ls7b53sg4f1"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
(propagated-inputs (list libdvdread)) ;in 'Requires.private' of dvdnav.pc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue