[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: emotion-generic-loaders: Update to 1.14.0.
From: |
Ludovic Courtès |
Subject: |
04/06: gnu: emotion-generic-loaders: Update to 1.14.0. |
Date: |
Sat, 04 Jul 2015 15:29:52 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 88988b41a2b37213e638506f8df33b359b8333d3
Author: Efraim Flashner <address@hidden>
Date: Sat Jul 4 16:49:42 2015 +0200
gnu: emotion-generic-loaders: Update to 1.14.0.
* gnu/packages/enlightenment.scm (emotion-generic-loaders): Update
to 1.14.0.
---
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 53e8c8d..c13af20 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -187,15 +187,15 @@ files in Evas (EFL canvas library).")
(define-public emotion-generic-players
(package
(name "emotion-generic-players")
- (version "1.13.0")
+ (version "1.14.0")
(source (origin
(method url-fetch)
(uri
(string-append
"http://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-"
- version ".tar.gz"))
+ version ".tar.xz"))
(sha256
- (base32
"0gin3cjhfj75v0gjsvv7harbj4fs4r7r1sfi74ncxzna71nrd8r3"))))
+ (base32
"0685jzag98ykknycfdqn70zif3fmcfi6m8k9yp6d79r1h8gc49n4"))))
(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, 2015/07/04
- 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 <=
- 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