GNU bug report logs - #43468
[PATCH] gnu: python-networkx: Update to 2.5.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Thu, 17 Sep 2020 15:57:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#43468: closed (Re: [bug#43468] [PATCH] gnu: python-networkx:
 Update to 2.5.)
Date: Fri, 18 Sep 2020 09:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#43468: [PATCH] gnu: python-networkx: Update to 2.5.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 43468 <at> debbugs.gnu.org.

-- 
43468: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43468
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 43468-done <at> debbugs.gnu.org
Subject: Re: [bug#43468] [PATCH] gnu: python-networkx: Update to 2.5.
Date: Fri, 18 Sep 2020 11:41:16 +0200
> * gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.

Applied, thanks!

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-networkx: Update to 2.5.
Date: Thu, 17 Sep 2020 11:56:13 -0400
[Message part 4 (text/plain, inline)]
From d670a8525d1f073c5aba9d50352626cb0dc0a18f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> 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
[Message part 5 (text/html, inline)]

This bug report was last modified 4 years and 246 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.