guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: enlightenment: Update to 0.24.2.


From: guix-commits
Subject: branch master updated: gnu: enlightenment: Update to 0.24.2.
Date: Sun, 26 Jul 2020 15:11:03 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0c6b92d  gnu: enlightenment: Update to 0.24.2.
0c6b92d is described below

commit 0c6b92d272f94fc035e020b63e818f6304658ffa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jul 26 22:00:12 2020 +0300

    gnu: enlightenment: Update to 0.24.2.
    
    * gnu/packages/enlightenment.scm (enlightenment): Update to 0.24.2.
---
 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 02e1b0e..9abaf7f 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -288,7 +288,7 @@ Libraries with some extra bells and whistles.")
 (define-public enlightenment
   (package
     (name "enlightenment")
-    (version "0.24.1")
+    (version "0.24.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -296,7 +296,7 @@ Libraries with some extra bells and whistles.")
                               "enlightenment/enlightenment-" version 
".tar.xz"))
               (sha256
                (base32
-                "02aadl5fqvpmpjnisrc4aw7ffwyp1109y4k1wvmp33ciihbvdqmf"))
+                "1wfz0rwwsx7c1mkswn4hc9xw1i6bsdirhxiycf7ha2vcipqy465y"))
               (patches (search-patches 
"enlightenment-fix-setuid-path.patch"))))
     (build-system meson-build-system)
     (arguments



reply via email to

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