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.7.


From: guix-commits
Subject: branch master updated: gnu: kodi: Update to 18.7.
Date: Thu, 21 May 2020 16:09:04 -0400

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

efraim pushed a commit to branch master
in repository guix.

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

commit c743a9189cd04b164f6027751c4f9a994c5c1f76
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu May 21 23:08:18 2020 +0300

    gnu: kodi: Update to 18.7.
    
    * gnu/packages/kodi.scm (kodi): Update to 18.7.
---
 gnu/packages/kodi.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 81294f4..c81a4bc 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2017, 2019 Marius Bakke <address@hidden>
 ;;; Copyright © 2017 Oleg Pykhalov <address@hidden>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
-;;; Copyright © 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2018, 2020 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -269,7 +269,7 @@ alternatives. In compilers, this can reduce the cascade of 
secondary errors.")
 (define-public kodi
   (package
     (name "kodi")
-    (version "18.6")
+    (version "18.7")
     (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
-                "0rwymipn5hljy5xrslzmrljmj6f9wb191wi7gjw20wl6sv44d0bk"))
+                "082cpih84j7v29w55qhj0rdia7hdjpwi81qywiwawd4vlyimpv2h"))
               (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]