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:
Vinicius Monego 2024-01-24 12:31:54 -03:00
parent 8bee6bb9aa
commit 2836325c2b
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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