[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: kodi: Update to 18.7.1.
From: |
guix-commits |
Subject: |
01/02: gnu: kodi: Update to 18.7.1. |
Date: |
Wed, 17 Jun 2020 07:48:54 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit ee3eba3b8bfaacd3ca61c63696d073534c4d6bac
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 17 12:06:11 2020 +0300
gnu: kodi: Update to 18.7.1.
* gnu/packages/kodi.scm (kodi): Update to 18.7.1.
---
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 c81a4bc..742172a 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")
+ (version "18.7.1")
(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
- "082cpih84j7v29w55qhj0rdia7hdjpwi81qywiwawd4vlyimpv2h"))
+ "1ypn29yhy49mz9x4xqh2zfdrsbfwm1b4canvh9zvy9c1irjwf419"))
(patches (search-patches "kodi-skip-test-449.patch"
"kodi-increase-test-timeout.patch"
"kodi-set-libcurl-ssl-parameters.patch"))