summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-14 03:47:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-14 03:50:19 +0100
commitff7559d65ca4dae655bc4d4e62a91381e5afd085 (patch)
tree3d47cad6569421d1a1db6a81db16373442ee799c /gnu/packages
parent767b44270d28cd30896adfecda390676b6fe3f5a (diff)
downloadpatches-ff7559d65ca4dae655bc4d4e62a91381e5afd085.tar
patches-ff7559d65ca4dae655bc4d4e62a91381e5afd085.tar.gz
gnu: libdvdread: Update to 6.0.1.
* gnu/packages/video.scm (libdvdread): Update to 6.0.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9c27272f18..b7f79aa483 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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")))