[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: kodi: Update to 18.0_alpha-4-b8ad238.
From: |
Marius Bakke |
Subject: |
01/03: gnu: kodi: Update to 18.0_alpha-4-b8ad238. |
Date: |
Tue, 9 May 2017 14:53:01 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 975104d857e953ceeebea72ef9dbb5d73bec8585
Author: Marius Bakke <address@hidden>
Date: Fri May 5 17:21:35 2017 +0200
gnu: kodi: Update to 18.0_alpha-4-b8ad238.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-4-b8ad238.
---
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 e3ab8f6..260ca94 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -239,8 +239,8 @@ generator library for C++.")
(define-public kodi
;; We package the git version because the current released
;; version was cut while the cmake transition was in turmoil.
- (let ((commit "749c61e01082acec745bb82888caa1dd1eaa0677")
- (revision "3"))
+ (let ((commit "b8ad238aa8010063eaf7d608d139002a50075e8d")
+ (revision "4"))
(package
(name "kodi")
(version (string-append "18.0_alpha-" revision "-" (string-take commit 7)))
@@ -252,7 +252,7 @@ generator library for C++.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0mg22sbxvkhvd1b13xmv96k0b3lnrmjh3cd0cl0gjh17ip2v1y9k"))
+ "192agb8lpbajljbnnpn7y1pk2c6bvqbcpqhlgq4pja4pdf664xzg"))
(snippet
'(begin
(use-modules (guix build utils))