gnu: libdvdread: Update to 6.0.1.
* gnu/packages/video.scm (libdvdread): Update to 6.0.1.
This commit is contained in:
parent
767b44270d
commit
ff7559d65c
|
@ -1634,7 +1634,7 @@ players, like VLC or MPlayer.")
|
|||
(define-public libdvdread
|
||||
(package
|
||||
(name "libdvdread")
|
||||
(version "6.0.0")
|
||||
(version "6.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.videolan.org/videolan/"
|
||||
|
@ -1642,7 +1642,7 @@ players, like VLC or MPlayer.")
|
|||
"libdvdread-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk"))))
|
||||
"1gfmh8ii3s2fw1c8vn57piwxc0smd3va4h7xgp9s8g48cc04zki8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--with-libdvdcss=yes")))
|
||||
|
|
Loading…
Reference in New Issue