guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: kodi: Update to 18.8.


From: guix-commits
Subject: branch master updated: gnu: kodi: Update to 18.8.
Date: Thu, 27 Aug 2020 04:31:48 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7ed3194  gnu: kodi: Update to 18.8.
7ed3194 is described below

commit 7ed319496f11017d6ff7aec6277e344cba263a36
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Thu Aug 27 10:20:20 2020 +0200

    gnu: kodi: Update to 18.8.
    
    * gnu/packages/kodi.scm (kodi): Update to 18.8.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 556dd6b..2edf5c0 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]