diff mbox series

[bug#43067] gnu: kodi: Update to 18.8.

Message ID 20200827082020.23241-1-timotej.lazar@araneo.si
State Accepted
Headers show
Series [bug#43067] gnu: kodi: Update to 18.8. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Timotej Lazar Aug. 27, 2020, 8:20 a.m. UTC
* gnu/packages/kodi.scm (kodi): Update to 18.8.
---
Fixes compilation with libmicrohttpd 0.9.71.

 gnu/packages/kodi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mathieu Othacehe Aug. 27, 2020, 8:32 a.m. UTC | #1
Hello,

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

Pushed, thanks!

Mathieu
diff mbox series

Patch

diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 556dd6b4e5..2edf5c0614 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.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"))