diff options
author | Vinicius Monego <monego@posteo.net> | 2024-11-22 19:45:07 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-12-21 14:52:58 -0300 |
commit | 7e7224f0195e97f650d2fcbe220bce6bf0d0c8b2 (patch) | |
tree | 036d761cb83af41efc5bff677800a61dea2f4ee7 | |
parent | cee0bddb2063a518b32d19b6e16be2803ff2a8b8 (diff) | |
download | guix-7e7224f0195e97f650d2fcbe220bce6bf0d0c8b2.tar.gz guix-7e7224f0195e97f650d2fcbe220bce6bf0d0c8b2.zip |
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
-rw-r--r-- | gnu/packages/engineering.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index a033f9d77d..ca35eda346 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -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 |