summaryrefslogtreecommitdiff
path: root/gnu/packages/kodi.scm
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2020-08-27 10:20:20 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-08-27 10:30:50 +0200
commit7ed319496f11017d6ff7aec6277e344cba263a36 (patch)
tree9ed68cd39b336d386868179406c3b3bdd8aa29ec /gnu/packages/kodi.scm
parent64b5aa84addb5a7aa2e4222b53efbab0b9baa897 (diff)
downloadguix-patches-7ed319496f11017d6ff7aec6277e344cba263a36.tar
guix-patches-7ed319496f11017d6ff7aec6277e344cba263a36.tar.gz
gnu: kodi: Update to 18.8.
* gnu/packages/kodi.scm (kodi): Update to 18.8. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/kodi.scm')
-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 556dd6b4e5..2edf5c0614 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -269,7 +269,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.")
(define-public kodi
(package
(name "kodi")
- (version "18.7.1")
+ (version "18.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -278,7 +278,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.")
(file-name (git-file-name name version))
(sha256
(base32
- "1ypn29yhy49mz9x4xqh2zfdrsbfwm1b4canvh9zvy9c1irjwf419"))
+ "0qpkpz43s207msvv3qkiy6vzqwcgmydxv3py7vc29mv6h30chrva"))
(patches (search-patches "kodi-skip-test-449.patch"
"kodi-increase-test-timeout.patch"
"kodi-set-libcurl-ssl-parameters.patch"))