diff options
author | Vinicius Monego <monego@posteo.net> | 2023-02-20 09:56:35 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2023-04-03 23:10:21 -0300 |
commit | 483ce9775d94f46c39ac7c372d73f4e5645771bb (patch) | |
tree | 705db852ae7a5a5c2638dcf1260372e1afcffbcd /gnu | |
parent | 52d373dfef7ddd93c67bd615e74057af90c189ac (diff) | |
download | guix-483ce9775d94f46c39ac7c372d73f4e5645771bb.tar.gz guix-483ce9775d94f46c39ac7c372d73f4e5645771bb.zip |
gnu: python-scikit-rf: Update to 0.26.0.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.26.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 18f2d024b1..b80ead27e3 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2468,7 +2468,7 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.") (define-public python-scikit-rf (package (name "python-scikit-rf") - (version "0.24.1") + (version "0.26.0") (source (origin (method git-fetch) ;PyPI misses some files required for tests (uri (git-reference @@ -2476,7 +2476,7 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.") (commit (string-append "v" version)))) (sha256 (base32 - "1shp8q8324dkwf448mv9zzi7krx882p122ma4fk015qz91sg4wff")) + "1v7dag6sm96b18y4p46cjjyqnq9r2r7qmiy0xvdwy3js4zf4iwcv")) (file-name (git-file-name name version)))) (build-system pyproject-build-system) (propagated-inputs (list python-matplotlib |