diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-12 15:39:37 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-12 18:39:57 +0200 |
commit | 72e7cba286f07ed6702e3a7a523cbc40e554f4e5 (patch) | |
tree | d784627456abef23221a1dcf9e40ac50e8197b49 /gnu | |
parent | fa0f774b2623848b9ac16688e3371257aea49709 (diff) | |
download | guix-72e7cba286f07ed6702e3a7a523cbc40e554f4e5.tar guix-72e7cba286f07ed6702e3a7a523cbc40e554f4e5.tar.gz |
gnu: kodi: Update to 18.4.
* gnu/packages/kodi.scm (kodi): Update to 18.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kodi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index a9b5b85a47..0e032d05db 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -271,7 +271,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") (define-public kodi (package (name "kodi") - (version "18.3") + (version "18.4") (source (origin (method git-fetch) (uri (git-reference @@ -280,7 +280,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") (file-name (git-file-name name version)) (sha256 (base32 - "18fbl5hs3aqccrn0m3x7hp95wlafjav0yvrwmb5q3gj24mwf6jld")) + "1m0295czxabdcqyqf5m94av9d88pzhnzjvyfs1q07xqq82h313p7")) (patches (search-patches "kodi-skip-test-449.patch" "kodi-set-libcurl-ssl-parameters.patch")) (snippet |