diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-10 16:17:52 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:33 +0200 |
| commit | e63728d0f004b792b796c27def619e29fea3f3ec (patch) | |
| tree | 098bda2a891791c5c8d81ea9e995be2eb7bec1c2 /gnu/packages/python-xyz.scm | |
| parent | 20591361e11097d483fc9860b14a7439567878d2 (diff) | |
gnu: Remove python-networkx-next.
It's the same version variant as python-networkx.
* gnu/packages/python-xyz.scm (python-networkx-next): Delete variable.
* gnu/packages/maths.scm (python-mathics-django) [propagated-inputs]:
Remove python-networkx-next; add python-networkx.
Change-Id: Iedc48767af728ff258cc7b2d453f979eb1cc70e4
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 58f8d66e2d..4ce3e31641 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15062,19 +15062,6 @@ 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 (name "python-datrie") |
