diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 00:12:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 00:23:33 +0100 |
commit | 29f623637ef50a7e73eb8f9e86d28e2b88895cea (patch) | |
tree | 8c0e8a30ff463e63ed20d4c22cf929c4030d61f7 /gnu | |
parent | 059a6e9a2d35617e96c0c06c4f8a36b4d0438940 (diff) | |
download | patches-29f623637ef50a7e73eb8f9e86d28e2b88895cea.tar patches-29f623637ef50a7e73eb8f9e86d28e2b88895cea.tar.gz |
gnu: libdvdread: Update to 6.0.2.
* gnu/packages/video.scm (libdvdread): Update to 6.0.2.
Diffstat (limited to 'gnu')
-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 e87483e2b5..d4501c5c67 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1802,7 +1802,7 @@ players, like VLC or MPlayer.") (define-public libdvdread (package (name "libdvdread") - (version "6.0.1") + (version "6.0.2") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/videolan/" @@ -1810,7 +1810,7 @@ players, like VLC or MPlayer.") "libdvdread-" version ".tar.bz2")) (sha256 (base32 - "1gfmh8ii3s2fw1c8vn57piwxc0smd3va4h7xgp9s8g48cc04zki8")))) + "1c7yqqn67m3y3n7nfrgrnzz034zjaw5caijbwbfrq89v46ph257r")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-libdvdcss=yes"))) |