guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: edge-addition-planarity-suite: Update to 3.0.2.0.


From: guix-commits
Subject: 01/03: gnu: edge-addition-planarity-suite: Update to 3.0.2.0.
Date: Fri, 12 Aug 2022 04:30:11 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 2e821717d34a24fec2422913f0c4fb975b86b0f4
Author: vicvbcun <guix@ikherbers.com>
AuthorDate: Mon Aug 8 17:45:37 2022 +0200

    gnu: edge-addition-planarity-suite: Update to 3.0.2.0.
    
    * gnu/packages/graph.scm (edge-addition-planarity-suite): Update to 3.0.2.0.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/graph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 9aadab45e6..109ba68675 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -537,7 +537,7 @@ of the Louvain algorithm, for a number of different 
methods.")
 (define-public edge-addition-planarity-suite
   (package
     (name "edge-addition-planarity-suite")
-    (version "3.0.0.5")
+    (version "3.0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -548,7 +548,7 @@ of the Louvain algorithm, for a number of different 
methods.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "01cm7ay1njkfsdnmnvh5zwc7wg7x189hq1vbfhh9p3ihrbnmqzh8"))))
+         "1c7bnxgiz28mqsq3a3msznmjq629w0qqjynm2rqnnjn2qpc22h3i"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake libtool))



reply via email to

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