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:
Vinicius Monego 2024-05-03 15:47:17 -03:00
parent 6fa742ab31
commit 30fe006a0b
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

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