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