mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: kodi: Update snapshot.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-67fd70f.
This commit is contained in:
parent
aace9be80b
commit
08cc0ef096
1 changed files with 3 additions and 3 deletions
|
@ -241,8 +241,8 @@ (define libdvdcss/kodi
|
||||||
(define-public kodi
|
(define-public kodi
|
||||||
;; We package the git version because the current released
|
;; We package the git version because the current released
|
||||||
;; version was cut while the cmake transition was in turmoil.
|
;; version was cut while the cmake transition was in turmoil.
|
||||||
(let ((commit "f22d62dc3f6e811a538dda9c434e1804abb8b95f")
|
(let ((commit "67fd70f01a363002881f3519b50765b756716e3b")
|
||||||
(revision "6"))
|
(revision "7"))
|
||||||
(package
|
(package
|
||||||
(name "kodi")
|
(name "kodi")
|
||||||
(version (string-append "18.0_alpha-" revision "-" (string-take commit 7)))
|
(version (string-append "18.0_alpha-" revision "-" (string-take commit 7)))
|
||||||
|
@ -254,7 +254,7 @@ (define-public kodi
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x8fqvid8b8qra327z615r2ygfkdca2p7wccdj5nfb4i5gy0sr09"))
|
"12975n4r982kmxc0r9w24n3lrj7aj3cs4fjkdjnn0r9jbnvfxhs3"))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
|
Loading…
Reference in a new issue