diff mbox series

[bug#67843] gnu: python-graph-tool: Update to 2.58.

Message ID cd0aac82-5f15-0a42-7fdc-a9030e81085e@member.fsf.org
State New
Headers show
Series [bug#67843] gnu: python-graph-tool: Update to 2.58. | expand

Commit Message

Ale Abdo Dec. 15, 2023, 9:23 p.m. UTC
* gnu/packages/graph.scm (python-graph-tool): Update to 2.58.
---
  gnu/packages/graph.scm | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 92f179ab20f1835933b2526bfc5d9489e3b1e226

Comments

Clément Lassieur Jan. 12, 2024, 4:48 p.m. UTC | #1
On Fri, Dec 15 2023, Alexandre Hannud Abdo wrote:

> * gnu/packages/graph.scm (python-graph-tool): Update to 2.58.
> ---
>   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 a40b580417..d2361fada2 100644
> --- a/gnu/packages/graph.scm
> +++ b/gnu/packages/graph.scm
> @@ -685,7 +685,7 @@ (define-public mscgen
>   (define-public python-graph-tool
>     (package
>       (name "python-graph-tool")
> -    (version "2.57")
> +    (version "2.58")
>       (source (origin
>                 (method url-fetch)
>                 (uri (string-append
> @@ -693,7 +693,7 @@ (define-public python-graph-tool
>                       version ".tar.bz2"))
>                 (sha256
>                  (base32
> -                "0wmvzx509lvigja6cfxh45r4b7wns64vmik0x4rz4y4fnxrhw2m2"))))
> +                "05vsk2600wn790hk7gr2f0609bzcslyhhv9x157n43vxy4y6r8vj"))))
>       (build-system gnu-build-system)
>       (arguments
>        `(#:imported-modules (,@%gnu-build-system-modules
>
> base-commit: 92f179ab20f1835933b2526bfc5d9489e3b1e226

Please could you send a patch that applies?  There is an issue with
spaces.  Thanks!

Clément
diff mbox series

Patch

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index a40b580417..d2361fada2 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -685,7 +685,7 @@  (define-public mscgen
  (define-public python-graph-tool
    (package
      (name "python-graph-tool")
-    (version "2.57")
+    (version "2.58")
      (source (origin
                (method url-fetch)
                (uri (string-append
@@ -693,7 +693,7 @@  (define-public python-graph-tool
                      version ".tar.bz2"))
                (sha256
                 (base32
-                "0wmvzx509lvigja6cfxh45r4b7wns64vmik0x4rz4y4fnxrhw2m2"))))
+                "05vsk2600wn790hk7gr2f0609bzcslyhhv9x157n43vxy4y6r8vj"))))
      (build-system gnu-build-system)
      (arguments
       `(#:imported-modules (,@%gnu-build-system-modules