GNU bug report logs - #76570
[PATCH 0/6] Update kodi to 21.2

Previous Next

Package: guix-patches;

Reported by: André Batista <nandre <at> riseup.net>

Date: Tue, 25 Feb 2025 22:26:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: André Batista <nandre <at> riseup.net>
To: 76570 <at> debbugs.gnu.org
Cc: André Batista <nandre <at> riseup.net>
Subject: [bug#76570] [PATCH v3 3/6] gnu: libdvdnav/kodi: Update to 6.1.1.
Date: Sat,  8 Mar 2025 15:19:33 -0300
* gnu/packages/kodi.scm (libdvdnav/kodi): Update to 6.1.1.

Change-Id: I67790ce579be2ec61b0ea57594fe32e73f382faa
---
 gnu/packages/kodi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 8abe71ccb1..615c94a71e 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -121,7 +121,7 @@ (define-public crossguid
 ;; of the standard build process. To make things easier, we bootstrap
 ;; and patch shebangs here, so we don't have to worry about it later.
 (define libdvdnav/kodi
-  (let ((commit "6.0.0-Leia-Alpha-3"))
+  (let ((commit "6.1.1"))
     (package
       (name "libdvdnav-bootstrapped")
       (version commit)
@@ -133,7 +133,7 @@ (define libdvdnav/kodi
                 (file-name (string-append name "-" version "-checkout"))
                 (sha256
                  (base32
-                  "0qwlf4lgahxqxk1r2pzl866mi03pbp7l1fc0rk522sc0ak2s9jhb"))))
+                  "190wp4czs4594496vc6ifswg24wijd7c1z0whdkjdaf26rff5xha"))))
       (build-system gnu-build-system)
       (arguments
        '(#:tests? #f
-- 
2.48.1





This bug report was last modified 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.