emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65043: closed ([PATCH] gnu: python-graph-tool: Update to 2.57.)


From: GNU bug Tracking System
Subject: bug#65043: closed ([PATCH] gnu: python-graph-tool: Update to 2.57.)
Date: Sun, 27 Aug 2023 18:53:02 +0000

Your message dated Sun, 27 Aug 2023 19:51:39 +0100
with message-id <878r9wz5ba.fsf@cbaines.net>
and subject line Re: [bug#65043] [PATCH] gnu: python-graph-tool: Update to 2.57.
has caused the debbugs.gnu.org bug report #65043,
regarding [PATCH] gnu: python-graph-tool: Update to 2.57.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65043: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65043
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-graph-tool: Update to 2.57. Date: Thu, 3 Aug 2023 17:59:49 +0000
* gnu/packages/graph.scm (python-graph-tool): Update to 2.57.
[propagated-inputs]: Add python-zstandard.
---
 gnu/packages/graph.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index c5e7410b2a..881033047d 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -57,6 +57,7 @@ (define-module (gnu packages graph)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-build)
+  #:use-module (gnu packages python-compression)
   #:use-module (gnu packages python-science)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages python-xyz)
@@ -630,7 +631,7 @@ (define-public mscgen
 (define-public python-graph-tool
   (package
     (name "python-graph-tool")
-    (version "2.46")
+    (version "2.57")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -638,7 +639,7 @@ (define-public python-graph-tool
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0x9jgnq9xcja3q954y7nhdzd374p4h203pymxh51b6lqqbq0hm9h"))))
+                "0wmvzx509lvigja6cfxh45r4b7wns64vmik0x4rz4y4fnxrhw2m2"))))
     (build-system gnu-build-system)
     (arguments
      `(#:imported-modules (,@%gnu-build-system-modules
@@ -662,7 +663,11 @@ (define-public python-graph-tool
            python-wrapper
            sparsehash))
     (propagated-inputs
-     (list python-matplotlib python-numpy python-pycairo python-scipy))
+     (list python-matplotlib
+           python-numpy
+           python-pycairo
+           python-scipy
+           python-zstandard))
     (synopsis "Manipulate and analyze graphs with Python efficiently")
     (description "Graph-tool is an efficient Python module for manipulation
 and statistical analysis of graphs (a.k.a. networks).  Contrary to most other
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#65043] [PATCH] gnu: python-graph-tool: Update to 2.57. Date: Sun, 27 Aug 2023 19:51:39 +0100 User-agent: mu4e 1.10.5; emacs 28.2
Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/graph.scm (python-graph-tool): Update to 2.57.
> [propagated-inputs]: Add python-zstandard.
> ---
>  gnu/packages/graph.scm | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)

Thanks, I've pushed this to master as
6482f61a0cf65bd32be0a9bbd0ce5c349b28c0c0.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]