guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-efl: Update to 1.25.0.


From: guix-commits
Subject: 03/03: gnu: python-efl: Update to 1.25.0.
Date: Thu, 8 Oct 2020 07:17:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 13c27c110f93e17538beda03e530344ff26fb453
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 8 14:09:19 2020 +0300

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

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index cc9bc84..02fd450 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -385,7 +385,7 @@ embedded systems.")
 (define-public python-efl
   (package
     (name "python-efl")
-    (version "1.24.0")
+    (version "1.25.0")
     (source
       (origin
         (method url-fetch)
@@ -393,7 +393,7 @@ embedded systems.")
                             "python/python-efl-" version ".tar.xz"))
         (sha256
          (base32
-          "1vk1cdd959gia4a9qzyq56a9zw3lqf9ck66k8c9g3c631mp5cfpy"))
+          "0bk161xwlz4dlv56r68xwkm8snzfifaxd1j7w2wcyyk4fgvnvq4r"))
         (modules '((guix build utils)))
         ;; Remove files generated by Cython
         (snippet



reply via email to

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