mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: kodi: Update to 18.8.
* gnu/packages/kodi.scm (kodi): Update to 18.8. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
64b5aa84ad
commit
7ed319496f
1 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ (define-public fstrcmp
|
||||||
(define-public kodi
|
(define-public kodi
|
||||||
(package
|
(package
|
||||||
(name "kodi")
|
(name "kodi")
|
||||||
(version "18.7.1")
|
(version "18.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -278,7 +278,7 @@ (define-public kodi
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ypn29yhy49mz9x4xqh2zfdrsbfwm1b4canvh9zvy9c1irjwf419"))
|
"0qpkpz43s207msvv3qkiy6vzqwcgmydxv3py7vc29mv6h30chrva"))
|
||||||
(patches (search-patches "kodi-skip-test-449.patch"
|
(patches (search-patches "kodi-skip-test-449.patch"
|
||||||
"kodi-increase-test-timeout.patch"
|
"kodi-increase-test-timeout.patch"
|
||||||
"kodi-set-libcurl-ssl-parameters.patch"))
|
"kodi-set-libcurl-ssl-parameters.patch"))
|
||||||
|
|
Loading…
Reference in a new issue