[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: efl: Update to 1.14.2.
From: |
Ludovic Courtès |
Subject: |
01/06: gnu: efl: Update to 1.14.2. |
Date: |
Sat, 04 Jul 2015 15:29:51 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 7e22d6fee921f7559fc704a35d226875ec2f9ea8
Author: Efraim Flashner <address@hidden>
Date: Sat Jul 4 16:47:42 2015 +0200
gnu: efl: Update to 1.14.2.
* gnu/packages/enlightenment.scm (efl): Update to 1.14.2.
---
gnu/packages/enlightenment.scm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index c642300..37ab08e 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -50,14 +50,14 @@
(define-public efl
(package
(name "efl")
- (version "1.13.0")
+ (version "1.14.2")
(source (origin
(method url-fetch)
(uri (string-append
"http://download.enlightenment.org/rel/libs/efl/efl-"
- version ".tar.gz"))
+ version ".tar.xz"))
(sha256
- (base32
"0mwkxsfi5masiy6qfmdqy1j15cfz7nz8g8jq2bf3w501rpa9gxvz"))))
+ (base32
"0kg51v63ljq1z4dj65aiyxaqhq54gkl4hx53ifwbci6ihammandr"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
- branch master updated (022170d -> e4fef9d), Ludovic Courtès, 2015/07/04
- 01/06: gnu: efl: Update to 1.14.2.,
Ludovic Courtès <=
- 02/06: gnu: elementary: Update to 1.14.2., Ludovic Courtès, 2015/07/04
- 03/06: gnu: evas-generic-loaders: Update to 1.14.0., Ludovic Courtès, 2015/07/04
- 04/06: gnu: emotion-generic-loaders: Update to 1.14.0., Ludovic Courtès, 2015/07/04
- 05/06: gnu: enlightenment: Update to 0.19.5., Ludovic Courtès, 2015/07/04
- 06/06: gnu: englightenment: Use https URLs., Ludovic Courtès, 2015/07/04