guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: libdvdcss: Update to 1.4.3.


From: guix-commits
Subject: 04/06: gnu: libdvdcss: Update to 1.4.3.
Date: Tue, 20 Apr 2021 19:00:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 03c3fd62dfdccf23b019a4135ee6eaddf24f32c7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 20 23:47:30 2021 +0200

    gnu: libdvdcss: Update to 1.4.3.
    
    * gnu/packages/video.scm (libdvdcss): Update to 1.4.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 6fc484d..7e8d5a7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2626,7 +2626,7 @@ encapsulated.")
 (define-public libdvdcss
   (package
     (name "libdvdcss")
-    (version "1.4.2")
+    (version "1.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.videolan.org/pub/";
@@ -2634,7 +2634,7 @@ encapsulated.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0x957zzpf4w2cp8zlk29prj8i2q6hay3lzdzsyz8y3cwxivyvhkq"))))
+                "0y800y33spblb20s1lsjbaiybknmwwmmiczmjqx5s760blpwjg13"))))
     (build-system gnu-build-system)
     (home-page "https://www.videolan.org/developers/libdvdcss.html";)
     (synopsis "Library for accessing DVDs as block devices")



reply via email to

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