gnu: libdvdread: Update to 6.0.1.

* gnu/packages/video.scm (libdvdread): Update to 6.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-14 03:47:27 +01:00
parent 767b44270d
commit ff7559d65c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1634,7 +1634,7 @@ players, like VLC or MPlayer.")
(define-public libdvdread (define-public libdvdread
(package (package
(name "libdvdread") (name "libdvdread")
(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/"
@ -1642,7 +1642,7 @@ players, like VLC or MPlayer.")
"libdvdread-" version ".tar.bz2")) "libdvdread-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk")))) "1gfmh8ii3s2fw1c8vn57piwxc0smd3va4h7xgp9s8g48cc04zki8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags '("--with-libdvdcss=yes"))) `(#:configure-flags '("--with-libdvdcss=yes")))