gnu: python-efl: Update to 1.23.0.
authorEfraim Flashner <efraim@flashner.co.il>
Thu, 10 Oct 2019 17:49:10 +0000 (20:49 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 10 Oct 2019 17:49:10 +0000 (20:49 +0300)
* gnu/packages/enlightenment.scm (python-efl): Update to 1.23.0.

gnu/packages/enlightenment.scm

index 8384f4c..63854bf 100644 (file)
@@ -365,7 +365,7 @@ embedded systems.")
 (define-public python-efl
   (package
     (name "python-efl")
-    (version "1.22.0")
+    (version "1.23.0")
     (source
       (origin
         (method url-fetch)
@@ -373,7 +373,7 @@ embedded systems.")
                             "python/python-efl-" version ".tar.xz"))
         (sha256
          (base32
-          "1qhy63c3fs2bxkx2np5z14hyxbr12ii030crsjnhpbyw3mic0s63"))
+          "16yn6a1b9167nfmryyi44ma40m20ansfpwgrvqzfvwix7qaz9pib"))
         (modules '((guix build utils)))
         ;; Remove files generated by Cython
         (snippet