diff options
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 12d92702a6..0100370e30 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4803,17 +4803,17 @@ and MPEG system streams.") (define-public libbdplus (package (name "libbdplus") - (version "0.1.2") + (version "0.2.0") (source (origin (method url-fetch) (uri (string-append "https://ftp.videolan.org/pub/videolan/libbdplus/" version "/" name "-" version ".tar.bz2")) (sha256 - (base32 "02n87lysqn4kg2qk7d1ffrp96c44zkdlxdj0n16hbgrlrpiwlcd6")))) + (base32 "0n0ayjq2ld7lfhrfcdj9bam96m2hih34phyjan8nwggkmqzflgmr")))) + (build-system gnu-build-system) (inputs (list libgcrypt)) - (build-system gnu-build-system) (home-page "https://www.videolan.org/developers/libbdplus.html") (synopsis "Library for decrypting certain Blu-Ray discs") (description "libbdplus is a library which implements the BD+ System |