diff options
author | Ale Abdo <abdo@member.fsf.org> | 2023-03-01 11:32:56 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-13 20:33:48 +0000 |
commit | f04a52313783b25b2764b0d18886b0b9478a218a (patch) | |
tree | c1401f60729b5a5e4cf21adb105756751a92c60c /gnu/packages | |
parent | e5cc1fffba18926fc11379250204eb362baee862 (diff) |
gnu: python-graph-tool: Update to 2.46.
* gnu/packages/graph.scm (python-graph-tool): Update to 2.46.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages')
-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 104fe07b58..62a5a400d2 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -605,7 +605,7 @@ transformed into common image formats for display or printing.") (define-public python-graph-tool (package (name "python-graph-tool") - (version "2.45") + (version "2.46") (source (origin (method url-fetch) (uri (string-append @@ -613,7 +613,7 @@ transformed into common image formats for display or printing.") version ".tar.bz2")) (sha256 (base32 - "0s46qqg454kwq2px7x1a4ckryclkxnrz1r7gj6bv40nsrynafbgr")))) + "0x9jgnq9xcja3q954y7nhdzd374p4h203pymxh51b6lqqbq0hm9h")))) (build-system gnu-build-system) (arguments `(#:imported-modules (,@%gnu-build-system-modules |