gnu: python-scikit-rf: Update to 0.28.0.

* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.28.0.
This commit is contained in:
Vinicius Monego 2023-07-22 10:19:07 -03:00
parent 335e42c7af
commit 3e8b6e51e1
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2542,7 +2542,7 @@ (define-public python-pyvisa
(define-public python-scikit-rf (define-public python-scikit-rf
(package (package
(name "python-scikit-rf") (name "python-scikit-rf")
(version "0.27.1") (version "0.28.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
@ -2550,7 +2550,7 @@ (define-public python-scikit-rf
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1rh2hq050439azlglqb54cy3jc1ir5y1ps55as4d5j619a7mq9x0")) "11pxl8q356f6q4cvadasg52js3k446l87hwmc87b1n9cy8sxcfvi"))
(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-matplotlib (propagated-inputs (list python-matplotlib