me
/
guix
Archived
1
0
Fork 0

gnu: kodi: Update to 18.8.

* gnu/packages/kodi.scm (kodi): Update to 18.8.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Timotej Lazar 2020-08-27 10:20:20 +02:00 committed by Mathieu Othacehe
parent 64b5aa84ad
commit 7ed319496f
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -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"))