gnu: kodi: Update to 18.0rc1.

* gnu/packages/kodi.scm (kodi): Update to 18.0rc1.
This commit is contained in:
Efraim Flashner 2018-11-29 11:50:06 +02:00
parent 0a059eaee8
commit 1e20c25ec5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -268,7 +268,7 @@ (define-public fstrcmp
(define-public kodi (define-public kodi
(package (package
(name "kodi") (name "kodi")
(version "18.0b5") (version "18.0rc1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -277,7 +277,7 @@ (define-public kodi
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"042qzvhys3sajby6ywgmrsymhji37qk0iqgppznrvm53vrizwsam")) "0xzzp4x8l0ywx8aq93a1323il6wwslmgdbhasv0r8zp3w1c0wqf1"))
(snippet (snippet
'(begin '(begin
(use-modules (guix build utils)) (use-modules (guix build utils))