guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: efl: Update to 1.15.2.


From: Efraim Flashner
Subject: 01/02: gnu: efl: Update to 1.15.2.
Date: Tue, 06 Oct 2015 20:35:49 +0000

efraim pushed a commit to branch master
in repository guix.

commit 6b3c9db11e06d1651f20650bb8c392ba62f71688
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 6 23:13:23 2015 +0300

    gnu: efl: Update to 1.15.2.
    
    * gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
---
 gnu/packages/enlightenment.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 584cab6..aedd365 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -51,7 +51,7 @@
 (define-public efl
   (package
     (name "efl")
-    (version "1.15.1")
+    (version "1.15.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -59,7 +59,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "1n2l2n09lys5dph9lrnsv5z3qbgzp7bi0vidal2fvy18hflbbvsn"))))
+                "1962wqx7gdnpzvnkbighyn4hj5vw8l4c1d7xl5zilqjlyhcqywyx"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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