summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-12-27 09:35:09 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-12-27 09:35:46 +0200
commitd037353c76bc8f03556f4c0c009afe3c40167c3a (patch)
treead1e9393e3117f2b89d5674a8831aed47ee6ac67
parentfbf7b7e9e6ca2f59e96a45ab5c9e0d64b8b933ff (diff)
gnu: kodi: Update to 18.0rc3.
* gnu/packages/kodi.scm (kodi): Update to 18.0rc3.
-rw-r--r--gnu/packages/kodi.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 822fceb46af..a910d2da499 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -268,7 +268,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.")
268(define-public kodi 268(define-public kodi
269 (package 269 (package
270 (name "kodi") 270 (name "kodi")
271 (version "18.0rc1") 271 (version "18.0rc3")
272 (source (origin 272 (source (origin
273 (method git-fetch) 273 (method git-fetch)
274 (uri (git-reference 274 (uri (git-reference
@@ -277,7 +277,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.")
277 (file-name (git-file-name name version)) 277 (file-name (git-file-name name version))
278 (sha256 278 (sha256
279 (base32 279 (base32
280 "0xzzp4x8l0ywx8aq93a1323il6wwslmgdbhasv0r8zp3w1c0wqf1")) 280 "0bwi4gwmwppjw6bf0zihyg42zwnd0imq0aw4xxsgnacqakhxzii0"))
281 (snippet 281 (snippet
282 '(begin 282 '(begin
283 (use-modules (guix build utils)) 283 (use-modules (guix build utils))