mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-scikit-rf: Update to 1.0.0.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.0.0. Change-Id: I95a3433a365b89ec0f3b641415368823d238244b
This commit is contained in:
parent
6fa742ab31
commit
30fe006a0b
1 changed files with 2 additions and 2 deletions
|
@ -2652,7 +2652,7 @@ (define-public python-pyvisa
|
|||
(define-public python-scikit-rf
|
||||
(package
|
||||
(name "python-scikit-rf")
|
||||
(version "0.31.0")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method git-fetch) ;PyPI misses some files required for tests
|
||||
(uri (git-reference
|
||||
|
@ -2660,7 +2660,7 @@ (define-public python-scikit-rf
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1cidv2373lwxy26kbzg4slaqvn2gpq67mvijgp0rydfx6mm6a89i"))
|
||||
"0qfijh2r93jn3za2h9wdv2y49gd4alcww35zrdvmxrx6kbv67m2f"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-matplotlib
|
||||
|
|
Loading…
Reference in a new issue