diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-25 02:19:59 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-25 20:20:04 +0200 |
commit | e3d59877e0e1644466712425c72fec971c2ad075 (patch) | |
tree | ed950904328fe5078514930a622854b6ce5816bf /gnu/packages/kodi.scm | |
parent | 103b7e7955a06b61f570ebede3bf2039f0f847ab (diff) | |
download | guix-e3d59877e0e1644466712425c72fec971c2ad075.tar guix-e3d59877e0e1644466712425c72fec971c2ad075.tar.gz |
gnu: kodi: Update to 18.0_alpha-5-1a38948.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-5-1a38948.
Diffstat (limited to 'gnu/packages/kodi.scm')
-rw-r--r-- | gnu/packages/kodi.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 260ca947bd..cdab7eca03 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 "b8ad238aa8010063eaf7d608d139002a50075e8d") - (revision "4")) + (let ((commit "1a38948ad068870671042bff2d8ac615dca9e5d8") + (revision "5")) (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 - "192agb8lpbajljbnnpn7y1pk2c6bvqbcpqhlgq4pja4pdf664xzg")) + "1apkiicmxb6ncqhznflb8wc4n770jx89asw1drmch7lq7j9m6sns")) (snippet '(begin (use-modules (guix build utils)) |