summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-05-21 23:08:18 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-05-21 23:08:53 +0300
commitc743a9189cd04b164f6027751c4f9a994c5c1f76 (patch)
tree02a2129fb91c2bbe5b261b95f6927c48c1571b50
parentb4f04e0efff1fb6112b84dc6d36ea46215c336b2 (diff)
downloadpatches-c743a9189cd04b164f6027751c4f9a994c5c1f76.tar
patches-c743a9189cd04b164f6027751c4f9a994c5c1f76.tar.gz
gnu: kodi: Update to 18.7.
* gnu/packages/kodi.scm (kodi): Update to 18.7.
-rw-r--r--gnu/packages/kodi.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 81294f4859..c81a4bc487 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2017, 2019 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; 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"))