guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: libbdplus: Update to 0.2.0.


From: guix-commits
Subject: 03/03: gnu: libbdplus: Update to 0.2.0.
Date: Wed, 24 Jan 2024 04:55:37 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit da6689f50b513450f38cdd7023d20452a2db0efb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 24 10:37:15 2024 +0200

    gnu: libbdplus: Update to 0.2.0.
    
    * gnu/packages/video.scm (libbdplus): Update to 0.2.0.
    
    Change-Id: Ic357c71649b8f07ddb37b0860f30d9ef247529d5
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fa3ba920f1..6ab3209d46 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4336,17 +4336,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]