guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-networkx: Update to 2.6.2.


From: guix-commits
Subject: branch master updated: gnu: python-networkx: Update to 2.6.2.
Date: Sun, 08 Aug 2021 06:55:03 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a88cf96  gnu: python-networkx: Update to 2.6.2.
a88cf96 is described below

commit a88cf96480e85a3df2f92e0a3ae76ea9368674f6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 8 13:52:38 2021 +0300

    gnu: python-networkx: Update to 2.6.2.
    
    * gnu/packages/python-xyz.scm (python-networkx): Update to 2.6.2.
---
 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 ddcc96d..295d158 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8584,13 +8584,13 @@ interfaces in an easy and portable manner.")
 (define-public python-networkx
   (package
     (name "python-networkx")
-    (version "2.5.1")
+    (version "2.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "networkx" version))
        (sha256
-        (base32 "0ni3pdisdr8vfp5m9sw8jzr7jwzgqqmc9hq327vrf4n4ra2xb70h"))))
+        (base32 "1fqrq7gc0nn4rd4zqibw96cap75vb5nlixapkajwawp71jaz21i3"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]