gnu: kodi: Update to 18.0_alpha-5-1a38948.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-5-1a38948.
This commit is contained in:
parent
103b7e7955
commit
e3d59877e0
|
@ -239,8 +239,8 @@ generator library for C++.")
|
||||||
(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 "b8ad238aa8010063eaf7d608d139002a50075e8d")
|
(let ((commit "1a38948ad068870671042bff2d8ac615dca9e5d8")
|
||||||
(revision "4"))
|
(revision "5"))
|
||||||
(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)))
|
||||||
|
@ -252,7 +252,7 @@ generator library for C++.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"192agb8lpbajljbnnpn7y1pk2c6bvqbcpqhlgq4pja4pdf664xzg"))
|
"1apkiicmxb6ncqhznflb8wc4n770jx89asw1drmch7lq7j9m6sns"))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
|
Loading…
Reference in New Issue