gnu: python-pandapipes: Update to 0.11.0.

* gnu/packages/engineering.scm (python-pandapipes): Update to 0.11.0.
[source]: Update URI.

Change-Id: I43bf0f48a92912abc5c6ee528f7338e2ec269b2b
This commit is contained in:
Vinicius Monego 2024-11-22 19:45:07 -03:00
parent cee0bddb20
commit 7e7224f019
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2721,13 +2721,13 @@ Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the
(define-public python-pandapipes
(package
(name "python-pandapipes")
(version "0.10.0")
(version "0.11.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pandapipes" version ".zip"))
(uri (pypi-uri "pandapipes" version))
(sha256
(base32 "06yqqd25hxa6q49qcbpy0njwxkqzfhbff4frrrxd84391njgvdhq"))))
(base32 "0rvbfpb42hd2hh2321vwj758yda2zrpj62hmdr7qrhfnzjhcr9z3"))))
(build-system pyproject-build-system)
(native-inputs (list python-nbmake
python-pytest