[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: python-networkx: Update to 2.8.6.
From: |
guix-commits |
Subject: |
08/14: gnu: python-networkx: Update to 2.8.6. |
Date: |
Sun, 2 Oct 2022 18:11:34 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5440d6be786d70831ae7474cc8da5270252fa923
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Sep 22 19:44:04 2022 +0000
gnu: python-networkx: Update to 2.8.6.
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.8.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 74fa826889..754eff6c44 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9498,13 +9498,13 @@ interfaces in an easy and portable manner.")
(define-public python-networkx
(package
(name "python-networkx")
- (version "2.6.2")
+ (version "2.8.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "networkx" version))
(sha256
- (base32 "1fqrq7gc0nn4rd4zqibw96cap75vb5nlixapkajwawp71jaz21i3"))))
+ (base32 "19h18f5j79l7kmwm5cvm75fadjgmkzw5m3pyvb9cnq0860q7faxx"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
- branch master updated (bb3b810167 -> 582b1f626f), guix-commits, 2022/10/02
- 01/14: transformations: Switch to SRFI-71., guix-commits, 2022/10/02
- 03/14: read-print: Fix indentation rule for 'match-lambda*'., guix-commits, 2022/10/02
- 04/14: gnu: ffmpeg@4: Build against SDL2 2.0 so 'ffplay' gets built., guix-commits, 2022/10/02
- 05/14: gnu: Add tdlib-1.8.0., guix-commits, 2022/10/02
- 07/14: gnu: Add texlive-generic-xstring., guix-commits, 2022/10/02
- 08/14: gnu: python-networkx: Update to 2.8.6.,
guix-commits <=
- 09/14: gnu: python-aws-sam-translator: Update to 1.51.0., guix-commits, 2022/10/02
- 11/14: gnu: Add python-sarif-om., guix-commits, 2022/10/02
- 13/14: gnu: python-setools: Update to 4.4.0., guix-commits, 2022/10/02
- 14/14: gnu: python-louvain: Fix test., guix-commits, 2022/10/02
- 10/14: gnu: Add python-jschema-to-python., guix-commits, 2022/10/02
- 02/14: doc: Update the URL of ISC DHCP., guix-commits, 2022/10/02
- 06/14: gnu: emacs-telega: Use tdlib-1.8.0, guix-commits, 2022/10/02
- 12/14: gnu: python-cfn-lint: Update to 0.65.0., guix-commits, 2022/10/02