mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-pandapower: Update to 2.14.11.
* gnu/packages/engineering.scm (python-pandapower): Update to 2.14.11. Change-Id: Iead1e5887681441c01aed698062e6f069bad6456
This commit is contained in:
parent
b3924e0126
commit
e407613e33
1 changed files with 2 additions and 2 deletions
|
@ -2672,13 +2672,13 @@ (define-public python-pyvisa
|
|||
(define-public python-pandapower
|
||||
(package
|
||||
(name "python-pandapower")
|
||||
(version "2.14.9")
|
||||
(version "2.14.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pandapower" version ".zip"))
|
||||
(sha256
|
||||
(base32 "0c5vgiq795kd5q4wcy2x7s3l7x9xdj2nqyfx188dmhgqckrym161"))))
|
||||
(base32 "139ahp08kci8asmv35bcibbnkfr5s1ff5j84n490s47ibsglk4yi"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pyproj python-pytest unzip))
|
||||
(propagated-inputs (list python-deepdiff
|
||||
|
|
Loading…
Reference in a new issue