diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-27 09:35:09 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-27 09:35:46 +0200 |
commit | d037353c76bc8f03556f4c0c009afe3c40167c3a (patch) | |
tree | ad1e9393e3117f2b89d5674a8831aed47ee6ac67 /gnu/packages/kodi.scm | |
parent | fbf7b7e9e6ca2f59e96a45ab5c9e0d64b8b933ff (diff) | |
download | patches-d037353c76bc8f03556f4c0c009afe3c40167c3a.tar patches-d037353c76bc8f03556f4c0c009afe3c40167c3a.tar.gz |
gnu: kodi: Update to 18.0rc3.
* gnu/packages/kodi.scm (kodi): Update to 18.0rc3.
Diffstat (limited to 'gnu/packages/kodi.scm')
-rw-r--r-- | gnu/packages/kodi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 822fceb46a..a910d2da49 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.") (define-public kodi (package (name "kodi") - (version "18.0rc1") + (version "18.0rc3") (source (origin (method git-fetch) (uri (git-reference @@ -277,7 +277,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") (file-name (git-file-name name version)) (sha256 (base32 - "0xzzp4x8l0ywx8aq93a1323il6wwslmgdbhasv0r8zp3w1c0wqf1")) + "0bwi4gwmwppjw6bf0zihyg42zwnd0imq0aw4xxsgnacqakhxzii0")) (snippet '(begin (use-modules (guix build utils)) |