unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65043] [PATCH] gnu: python-graph-tool: Update to 2.57.
@ 2023-08-03 17:59 Greg Hogan
  2023-08-27 18:51 ` bug#65043: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-08-03 17:59 UTC (permalink / raw)
  To: 65043; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65043: [PATCH] gnu: python-graph-tool: Update to 2.57.
  2023-08-03 17:59 [bug#65043] [PATCH] gnu: python-graph-tool: Update to 2.57 Greg Hogan
@ 2023-08-27 18:51 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-08-27 18:51 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 65043-done

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-27 18:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03 17:59 [bug#65043] [PATCH] gnu: python-graph-tool: Update to 2.57 Greg Hogan
2023-08-27 18:51 ` bug#65043: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).