[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: kodi: Update to 18.1.
From: |
guix-commits |
Subject: |
06/08: gnu: kodi: Update to 18.1. |
Date: |
Tue, 19 Feb 2019 22:50:11 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit cf0ea81579d7b95d09bf8033501dbb912ad7099d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Feb 19 17:11:06 2019 +0100
gnu: kodi: Update to 18.1.
* gnu/packages/kodi.scm (kodi): Update to 18.1.
---
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 508ffaa..776f9c9 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2015 David Thompson <address@hidden>
;;; Copyright © 2017 Marius Bakke <address@hidden>
;;; Copyright © 2017 Oleg Pykhalov <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -270,7 +270,7 @@ alternatives. In compilers, this can reduce the cascade of
secondary errors.")
(define-public kodi
(package
(name "kodi")
- (version "18.0rc3")
+ (version "18.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -279,7 +279,7 @@ alternatives. In compilers, this can reduce the cascade of
secondary errors.")
(file-name (git-file-name name version))
(sha256
(base32
- "0bwi4gwmwppjw6bf0zihyg42zwnd0imq0aw4xxsgnacqakhxzii0"))
+ "1w26aqvzxv4c70gcd1vw1pldapsc2xcacwq9b7dqx5m44j0zx1dc"))
(patches (search-patches "kodi-skip-test-449.patch"))
(snippet
'(begin
- branch master updated (4982c0c -> c6d8817), guix-commits, 2019/02/19
- 01/08: gnu: javacc: Update to 7.0.4., guix-commits, 2019/02/19
- 02/08: gnu: javacc: Don't use unstable tarball., guix-commits, 2019/02/19
- 04/08: gnu: libtermkey: Update to 0.21., guix-commits, 2019/02/19
- 05/08: gnu: rng-tools: Update to 6.7., guix-commits, 2019/02/19
- 06/08: gnu: kodi: Update to 18.1.,
guix-commits <=
- 07/08: gnu: archivemount: Update to 0.8.12., guix-commits, 2019/02/19
- 03/08: gnu: libtermkey: Don't use NAME in source URI., guix-commits, 2019/02/19
- 08/08: gnu: archivemount: Use HTTPS home page., guix-commits, 2019/02/19