me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.31.0.

Change-Id: I5dc8891530d7a7e55a899cfde4f72aecc83ec044
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2681,7 +2681,7 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.")
(define-public python-scikit-rf (define-public python-scikit-rf
(package (package
(name "python-scikit-rf") (name "python-scikit-rf")
(version "0.30.0") (version "0.31.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
@ -2689,7 +2689,7 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1fbws80glrakd08xzhifna831yk0bd8b0cizhfcjkg4km2nyx65c")) "1cidv2373lwxy26kbzg4slaqvn2gpq67mvijgp0rydfx6mm6a89i"))
(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