mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 15:10:37 +02:00
gnu: libdvdcss/kodi: Update to 1.4.3.
* gnu/packages/kodi.scm (libdvdcss/kodi): Update to 1.4.3. Change-Id: I7fdda774623f6750f212d96395d2e04c107d44de Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
26a03a67b5
commit
3d60296489
@@ -191,7 +191,7 @@ generator library for C++.")
|
||||
(license (list license:gpl2+ license:lgpl2.1+)))))
|
||||
|
||||
(define libdvdcss/kodi
|
||||
(let ((commit "1.4.2-Leia-Beta-5"))
|
||||
(let ((commit "1.4.3"))
|
||||
(package
|
||||
(name "libdvdcss-bootstrapped")
|
||||
(version commit)
|
||||
@@ -203,7 +203,7 @@ generator library for C++.")
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j41ydzx0imaix069s3z07xqw9q95k7llh06fc27dcn6f7b8ydyl"))))
|
||||
"1xvs3vhdjjrm019rk907bd4lw7jh3wb7rh88zqd3xv8iq3apbcg6"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f
|
||||
|
||||
Reference in New Issue
Block a user