unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43468] [PATCH] gnu: python-networkx: Update to 2.5.
@ 2020-09-17 15:56 Greg Hogan
  2020-09-18  9:41 ` bug#43468: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2020-09-17 15:56 UTC (permalink / raw)
  To: 43468

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

From d670a8525d1f073c5aba9d50352626cb0dc0a18f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 17 Sep 2020 15:53:08 +0000
Subject: [PATCH] gnu: python-networkx: Update to 2.5.

* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8b657ad542..085d88da57 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7329,13 +7329,13 @@ interfaces in an easy and portable manner.")
 (define-public python-networkx
   (package
     (name "python-networkx")
-    (version "2.4")
+    (version "2.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "networkx" version))
        (sha256
-        (base32 "0r2wr7aqay9fwjrgk35fkjzk8lvvb4i4df7ndaqzkr4ndw5zzx7q"))))
+        (base32 "00hnii2lplig2s324k1hvi29pyfab6z7i22922f67jgv4da9ay3r"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.28.0

[-- Attachment #2: Type: text/html, Size: 1381 bytes --]

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

* bug#43468: [PATCH] gnu: python-networkx: Update to 2.5.
  2020-09-17 15:56 [bug#43468] [PATCH] gnu: python-networkx: Update to 2.5 Greg Hogan
@ 2020-09-18  9:41 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-09-18  9:41 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 43468-done


> * gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.

Applied, thanks!

Mathieu




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

end of thread, other threads:[~2020-09-18  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 15:56 [bug#43468] [PATCH] gnu: python-networkx: Update to 2.5 Greg Hogan
2020-09-18  9:41 ` bug#43468: " Mathieu Othacehe

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).