[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: libdvdcss: Update to 1.3.99.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: libdvdcss: Update to 1.3.99. |
Date: |
Tue, 06 Oct 2015 12:22:09 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 69762e3c921d2af6bb7943ad0719aa1345b2f40e
Author: Efraim Flashner <address@hidden>
Date: Tue Oct 6 15:16:52 2015 +0300
gnu: libdvdcss: Update to 1.3.99.
* gnu/packages/video.scm (libdvdcss): Update to 1.3.99.
---
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 5af8b7e..c36d7a8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -931,7 +931,7 @@ encapsulated.")
(define-public libdvdcss
(package
(name "libdvdcss")
- (version "1.3.0")
+ (version "1.3.99")
(source (origin
(method url-fetch)
(uri (string-append "http://download.videolan.org/videolan/"
@@ -939,7 +939,7 @@ encapsulated.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "158k9zagmbk5bkbz96l6lwhh7xcgfcnzflkr4vblskhcab6llhbw"))))
+ "0pawkfyvn2h3yl6ph5spcvqxb4fr4yi4wfkvw2xqqcqv2ywzmc08"))))
(build-system gnu-build-system)
(home-page "http://www.videolan.org/developers/libdvdcss.html")
(synopsis "Library for accessing DVDs as block devices")