guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emotion-generic-players: Update to 1.15.0.


From: Mathieu Lirzin
Subject: 06/07: gnu: emotion-generic-players: Update to 1.15.0.
Date: Fri, 11 Sep 2015 21:04:40 +0000

mthl pushed a commit to branch master
in repository guix.

commit 16460dc0e840bb0398f6c2ac23295638bb6e0e63
Author: Efraim Flashner <address@hidden>
Date:   Thu Sep 10 16:34:44 2015 +0300

    gnu: emotion-generic-players: Update to 1.15.0.
    
    * gnu/packages/enlightenment.scm (emotion-generic-players):
      Update to 1.15.0.
    
    Signed-off-by: Mathieu Lirzin <address@hidden>
---
 gnu/packages/enlightenment.scm |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 9d2563c..4452ddd 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -191,15 +191,16 @@ files in Evas (EFL canvas library).")
 (define-public emotion-generic-players
   (package
     (name "emotion-generic-players")
-    (version "1.14.0")
+    (version "1.15.0")
     (source (origin
               (method url-fetch)
               (uri
-               (string-append
-                
"https://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-";
-                version ".tar.xz"))
+               (string-append "https://download.enlightenment.org/rel/libs/";
+                              "emotion_generic_players/emotion_generic_players"
+                              "-" version ".tar.xz"))
               (sha256
-               (base32 
"0685jzag98ykknycfdqn70zif3fmcfi6m8k9yp6d79r1h8gc49n4"))))
+               (base32
+                "0pszwmcygxnv1sfx0m79md2jmi4sng8mdb1xcr6h2z5c8685wvcz"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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