mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-scikit-rf: Update to 0.31.0.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.31.0. Change-Id: I5dc8891530d7a7e55a899cfde4f72aecc83ec044
This commit is contained in:
parent
8bee6bb9aa
commit
2836325c2b
1 changed files with 2 additions and 2 deletions
|
@ -2681,7 +2681,7 @@ (define-public python-pyvisa
|
|||
(define-public python-scikit-rf
|
||||
(package
|
||||
(name "python-scikit-rf")
|
||||
(version "0.30.0")
|
||||
(version "0.31.0")
|
||||
(source (origin
|
||||
(method git-fetch) ;PyPI misses some files required for tests
|
||||
(uri (git-reference
|
||||
|
@ -2689,7 +2689,7 @@ (define-public python-scikit-rf
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1fbws80glrakd08xzhifna831yk0bd8b0cizhfcjkg4km2nyx65c"))
|
||||
"1cidv2373lwxy26kbzg4slaqvn2gpq67mvijgp0rydfx6mm6a89i"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-matplotlib
|
||||
|
|
Loading…
Reference in a new issue