summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorvicvbcun <guix@ikherbers.com>2022-08-08 17:45:37 +0200
committerAndreas Enge <andreas@enge.fr>2022-08-12 10:10:26 +0200
commit2e821717d34a24fec2422913f0c4fb975b86b0f4 (patch)
treec4d413769a3120493c0b7f5a5ea7561d8d0873cd /gnu
parentf7c027617da44ed684bbb9b35c603b790365fdbf (diff)
downloadguix-2e821717d34a24fec2422913f0c4fb975b86b0f4.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/graph.scm4
1 files 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))