diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-02-13 22:41:02 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-02-13 22:56:50 +0200 |
commit | 3c9deb0b110b31d628d43fa2a916fadee0b48077 (patch) | |
tree | 283fd6ba9b4c5bfd55c2feb4103eff27384d0d8d /gnu/packages/video.scm | |
parent | 99f696324271992eb78874f1b697102db6968625 (diff) |
gnu: libdvdread: Update to 6.0.0.
* gnu/packages/video.scm (libdvdread): Update to 6.0.0.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index be348c85c3..f30e1023d8 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1364,7 +1364,7 @@ players, like VLC or MPlayer.") (define-public libdvdread (package (name "libdvdread") - (version "5.0.3") + (version "6.0.0") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/videolan/" @@ -1372,7 +1372,7 @@ players, like VLC or MPlayer.") name "-" version ".tar.bz2")) (sha256 (base32 - "0ayqiq0psq18rcp6f5pz82sxsq66v0kwv0y55dbrcg68plnxy71j")))) + "0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-libdvdcss=yes"))) |