GNU bug report logs -
#76570
[PATCH 0/6] Update kodi to 21.2
Previous Next
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
Message #14 received at 76570 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kodi.scm (libdvdnav/kodi): Update to 6.1.1.
Change-Id: Ie3423ae8c6bb0415abf470d4d452e16d74f4f6ee
---
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.