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

Previous Next

Package: guix-patches;

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

Date: Tue, 11 May 2021 19:49:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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#48366: closed (Re: [bug#48366] [PATCH] gnu: python-networkx:
 Update to 2.5.1.)
Date: Tue, 11 May 2021 19:58:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48366: [PATCH] gnu: python-networkx: Update to 2.5.1.

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 48366 <at> debbugs.gnu.org.

-- 
48366: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48366
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Greg Hogan <code <at> greghogan.com>
Cc: 48366-done <at> debbugs.gnu.org
Subject: Re: [bug#48366] [PATCH] gnu: python-networkx: Update to 2.5.1.
Date: Tue, 11 May 2021 15:56:51 -0400
On Tue, May 11, 2021 at 03:48:09PM -0400, Greg Hogan wrote:
> From ae8f1792ae350efc2ac5e6e726e05b0d452ba585 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Tue, 11 May 2021 19:44:17 +0000
> Subject: [PATCH] gnu: python-networkx: Update to 2.5.1.
> 
> * gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.1.

Thanks! Pushed as 7e863ecd3cd3c3ce684a56b6a81d84d801474aaf

[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.1.
Date: Tue, 11 May 2021 15:48:09 -0400
[Message part 4 (text/plain, inline)]
From ae8f1792ae350efc2ac5e6e726e05b0d452ba585 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Tue, 11 May 2021 19:44:17 +0000
Subject: [PATCH] gnu: python-networkx: Update to 2.5.1.

* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.1.
---
 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 92b0789717..3c57498c40 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8390,13 +8390,13 @@ interfaces in an easy and portable manner.")
 (define-public python-networkx
   (package
     (name "python-networkx")
-    (version "2.5")
+    (version "2.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "networkx" version))
        (sha256
-        (base32 "00hnii2lplig2s324k1hvi29pyfab6z7i22922f67jgv4da9ay3r"))))
+        (base32 "0ni3pdisdr8vfp5m9sw8jzr7jwzgqqmc9hq327vrf4n4ra2xb70h"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.31.1
[Message part 5 (text/html, inline)]
[0001-gnu-python-networkx-Update-to-2.5.1.patch (application/octet-stream, attachment)]

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

Previous Next


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