mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
cee0bddb20
commit
7e7224f019
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue