mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-networkx: Update to 3.4.2.
* gnu/packages/python-xyz.scm (python-networkx-next): New variable. Change-Id: I59d3883f13ef60b92bd5892edf89b09defdd8845
This commit is contained in:
parent
76fd21e0e8
commit
942dd1700d
1 changed files with 12 additions and 0 deletions
|
@ -13520,6 +13520,18 @@ interfaces in an easy and portable manner.")
|
|||
of the structure, dynamics, and functions of complex networks.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-networkx-next
|
||||
(package
|
||||
(inherit python-networkx)
|
||||
(name "python-networkx")
|
||||
(version "3.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "networkx" version))
|
||||
(sha256
|
||||
(base32 "1qaks3c3h5qlw25z949q3plw8iwgm9h152kwnam64lwc89lkcz1h"))))
|
||||
(build-system pyproject-build-system)))
|
||||
|
||||
(define-public python-datrie
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue