unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43067] [PATCH] gnu: kodi: Update to 18.8.
@ 2020-08-27  8:20 Timotej Lazar
  2020-08-27  8:32 ` bug#43067: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2020-08-27  8:20 UTC (permalink / raw)
  To: 43067; +Cc: Timotej Lazar

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43067: [PATCH] gnu: kodi: Update to 18.8.
  2020-08-27  8:20 [bug#43067] [PATCH] gnu: kodi: Update to 18.8 Timotej Lazar
@ 2020-08-27  8:32 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-08-27  8:32 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 43067-done


Hello,

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

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-27  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27  8:20 [bug#43067] [PATCH] gnu: kodi: Update to 18.8 Timotej Lazar
2020-08-27  8:32 ` bug#43067: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).