diff options
author | Greg Hogan <code@greghogan.com> | 2024-01-19 16:47:24 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-19 17:20:04 +0000 |
commit | 15efd5a7f41c9282fd2a61f51df2765383ca4cb0 (patch) | |
tree | 29ad249d769d439da5b49931ea682fc48b457b05 | |
parent | 4d91ddf5bc98f1741ae1e30fee410d5b06a87cf9 (diff) |
gnu: python-graph-tool: Update to 2.59.
* gnu/packages/graph.scm (python-graph-tool): Update to 2.59.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I08ecb5fe76183fa980fedf2408fc1df93ebbc63d
-rw-r--r-- | gnu/packages/graph.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 0424c2818a..9dfe2efbc9 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -727,7 +727,7 @@ transformed into common image formats for display or printing.") (define-public python-graph-tool (package (name "python-graph-tool") - (version "2.58") + (version "2.59") (source (origin (method url-fetch) (uri (string-append @@ -735,7 +735,7 @@ transformed into common image formats for display or printing.") version ".tar.bz2")) (sha256 (base32 - "05vsk2600wn790hk7gr2f0609bzcslyhhv9x157n43vxy4y6r8vj")))) + "1bmck5fcihj9lr5kd8x624bdi9xhfc13pl4mwzv74jr5lz07kr6d")))) (build-system gnu-build-system) (arguments `(#:imported-modules (,@%gnu-build-system-modules |