diff mbox series

[bug#61892] gnu: python-graph-tool: Update to 2.46.

Message ID 55e9a520-9eb7-905a-6db9-2a30b0e49bbc@member.fsf.org
State New
Headers show
Series [bug#61892] gnu: python-graph-tool: Update to 2.46. | expand

Commit Message

Ale Abdo March 1, 2023, 10:45 a.m. UTC
Ni! Sorry for the previous e-mail, Thunderbird screws up formatting. Here is the patch as an attachment. .~´

Comments

Christopher Baines March 13, 2023, 9:29 p.m. UTC | #1
Alexandre Hannud Abdo <abdo@member.fsf.org> writes:

> Ni! Sorry for the previous e-mail, Thunderbird screws up
> formatting. Here is the patch as an attachment. .~´

Thanks Alexandre, I've pushed this to master as
f04a52313783b25b2764b0d18886b0b9478a218a.

Chris
diff mbox series

Patch

From c8a41c026e2e408188ef25401a88234fcac8cee1 Mon Sep 17 00:00:00 2001
From: Ale Abdo <abdo@member.fsf.org>
Date: Wed, 1 Mar 2023 11:32:56 +0100
Subject: [PATCH] gnu: python-graph-tool: Update to 2.46.

* gnu/packages/graph.scm (python-graph-tool): Update to 2.46.
---
 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 104fe07b58..62a5a400d2 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -605,7 +605,7 @@  (define-public mscgen
 (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 @@  (define-public python-graph-tool
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0s46qqg454kwq2px7x1a4ckryclkxnrz1r7gj6bv40nsrynafbgr"))))
+                "0x9jgnq9xcja3q954y7nhdzd374p4h203pymxh51b6lqqbq0hm9h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:imported-modules (,@%gnu-build-system-modules
-- 
2.39.1