diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-27 15:44:38 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-27 15:44:38 +0100 |
commit | af8fd11bed63af2ba97749fe7375880e0c5f0b20 (patch) | |
tree | b70488a69bad36521262f707d5c2876e3dfab359 /gnu/packages/kodi.scm | |
parent | 1262be5c61ce6508990e67ac161605bbc9bda923 (diff) | |
parent | 5a7899fd88c1c463d3b75ac9077ccd183ddec914 (diff) | |
download | guix-af8fd11bed63af2ba97749fe7375880e0c5f0b20.tar guix-af8fd11bed63af2ba97749fe7375880e0c5f0b20.tar.gz |
Merge branch 'master' into staging
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)) |