unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61892] [PATCH] gnu: python-graph-tool: Update to 2.46.
@ 2023-03-01 10:39 Alexandre Hannud Abdo
  2023-03-01 10:45 ` Alexandre Hannud Abdo
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Hannud Abdo @ 2023-03-01 10:39 UTC (permalink / raw)
  To: 61892

* 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





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

end of thread, other threads:[~2023-03-13 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 10:39 [bug#61892] [PATCH] gnu: python-graph-tool: Update to 2.46 Alexandre Hannud Abdo
2023-03-01 10:45 ` Alexandre Hannud Abdo
2023-03-13 21:29   ` 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).