[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: kodi: Update to 18.0_alpha-3-749c61e.
From: |
Marius Bakke |
Subject: |
01/03: gnu: kodi: Update to 18.0_alpha-3-749c61e. |
Date: |
Thu, 27 Apr 2017 12:00:07 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 0d29f5aac536f556e1b4b0f967b138cbe0bc5aaa
Author: Marius Bakke <address@hidden>
Date: Wed Apr 26 22:24:32 2017 +0200
gnu: kodi: Update to 18.0_alpha-3-749c61e.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-3-749c61e.
---
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 c59b787..e3ab8f6 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 "478d3064a8c3d395e8afac314143561c7468ad87")
- (revision "2"))
+ (let ((commit "749c61e01082acec745bb82888caa1dd1eaa0677")
+ (revision "3"))
(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
- "19vb1qkk0ffh0b03x6whwl598bylsby3813i79vgrq5cvr4pigfy"))
+ "0mg22sbxvkhvd1b13xmv96k0b3lnrmjh3cd0cl0gjh17ip2v1y9k"))
(snippet
'(begin
(use-modules (guix build utils))