summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-04 13:06:37 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-04 22:06:23 +0100
commit75545401cd4d60c63a4d88c1a3c17a84332523d9 (patch)
tree0113b19a29ccef5cc7b9db74d273a028b0af9672
parent0a7aa6922b8ad121bfcf023346f9f9bb97099504 (diff)
downloadpatches-75545401cd4d60c63a4d88c1a3c17a84332523d9.tar
patches-75545401cd4d60c63a4d88c1a3c17a84332523d9.tar.gz
gnu: kodi: Update to 18.6.
* gnu/packages/kodi.scm (kodi): Update to 18.6.
-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 23afd138a3..2831d3d842 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.4")
+ (version "18.6")
(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
- "1m0295czxabdcqyqf5m94av9d88pzhnzjvyfs1q07xqq82h313p7"))
+ "0rwymipn5hljy5xrslzmrljmj6f9wb191wi7gjw20wl6sv44d0bk"))
(patches (search-patches "kodi-skip-test-449.patch"
"kodi-increase-test-timeout.patch"
"kodi-set-libcurl-ssl-parameters.patch"))