lilyp pushed a commit to branch gnome-team
in repository guix.
commit 92845c5aef896914dcc2093e1463315139a4b79c
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:06 2025 +0100
gnu: libdvdread: Update to 6.1.3.
* gnu/packages/video.scm (libdvdread): Update to 6.1.3.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 71ec93b076..ecd0f48563 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3462,7 +3462,7 @@ players, like VLC or MPlayer.")
(define-public libdvdread
(package
(name "libdvdread")
- (version "6.0.2")
+ (version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://download.videolan.org/videolan/"
@@ -3470,7 +3470,7 @@ players, like VLC or MPlayer.")
"libdvdread-" version ".tar.bz2"))
(sha256
(base32
- "1c7yqqn67m3y3n7nfrgrnzz034zjaw5caijbwbfrq89v46ph257r"))))
+ "0sakl4c8y2kkp09km0b5353w66pvfc72y8wi1vjwn252jx4ladff"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-libdvdcss=yes")))