guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: evisum: Update to 0.4.1.


From: guix-commits
Subject: branch master updated: gnu: evisum: Update to 0.4.1.
Date: Tue, 12 May 2020 03:32:23 -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 7b6ca77  gnu: evisum: Update to 0.4.1.
7b6ca77 is described below

commit 7b6ca77aa7f6b9a39bfc5a0695ee3e516b6bd597
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon May 11 21:06:22 2020 +0300

    gnu: evisum: Update to 0.4.1.
    
    * gnu/packages/enlightenment.scm (evisum): Update to 0.4.1.
---
 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 244ac7d..a43828e 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -568,7 +568,7 @@ directories.
 (define-public evisum
   (package
     (name "evisum")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
       (origin
         (method url-fetch)
@@ -576,7 +576,7 @@ directories.
                             "evisum/evisum-" version ".tar.xz"))
         (sha256
          (base32
-          "0gh3y2348pgf683sljnfry9k545h42dx75idyigcspsjsk7khisz"))))
+          "0c3sgz6g8agig1i6fwn1jv318zsm556l9f3f0dm1jll146dlk2iv"))))
     (build-system meson-build-system)
     (arguments
      '(#:tests? #f))    ; no tests



reply via email to

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