guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: kodi: Update snapshot.


From: Marius Bakke
Subject: 02/02: gnu: kodi: Update snapshot.
Date: Sun, 19 Nov 2017 19:23:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 08cc0ef096ea37d0936b3e2ba2df693aaf52729a
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 19 18:01:48 2017 +0100

    gnu: kodi: Update snapshot.
    
    * gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-67fd70f.
---
 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 4e02fa1..dab2a7c 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -241,8 +241,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 "f22d62dc3f6e811a538dda9c434e1804abb8b95f")
-        (revision "6"))
+  (let ((commit "67fd70f01a363002881f3519b50765b756716e3b")
+        (revision "7"))
   (package
     (name "kodi")
     (version (string-append "18.0_alpha-" revision "-" (string-take commit 7)))
@@ -254,7 +254,7 @@ generator library for C++.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0x8fqvid8b8qra327z615r2ygfkdca2p7wccdj5nfb4i5gy0sr09"))
+                "12975n4r982kmxc0r9w24n3lrj7aj3cs4fjkdjnn0r9jbnvfxhs3"))
               (snippet
                '(begin
                   (use-modules (guix build utils))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]