mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scikit-rf: Update to 1.7.0.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.7.0. Change-Id: Ic90ae4e81657e14aad76b9c9eadafe52a9fa865d
This commit is contained in:
parent
90bed38313
commit
0cc451ad99
1 changed files with 2 additions and 2 deletions
|
@ -3118,7 +3118,7 @@ Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the
|
||||||
(define-public python-scikit-rf
|
(define-public python-scikit-rf
|
||||||
(package
|
(package
|
||||||
(name "python-scikit-rf")
|
(name "python-scikit-rf")
|
||||||
(version "1.6.2")
|
(version "1.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch) ;PyPI misses some files required for tests
|
(method git-fetch) ;PyPI misses some files required for tests
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3126,7 +3126,7 @@ Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s339mw231jgml6wdi6zmvy93x58pv6fmk6xmpjpymdr4g36kk86"))
|
"148bfdbh0y69f5xhxb49jqvc6gabk0n4i0fl1j5f3fnm9vaypyis"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-numpy
|
(propagated-inputs (list python-numpy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue