gnu: kodi: Update to 18.6.

* gnu/packages/kodi.scm (kodi): Update to 18.6.
This commit is contained in:
Marius Bakke 2020-03-04 13:06:37 +01:00
parent 0a7aa6922b
commit 75545401cd
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -269,7 +269,7 @@ (define-public fstrcmp
(define-public kodi
(package
(name "kodi")
(version "18.4")
(version "18.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -278,7 +278,7 @@ (define-public kodi
(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"))