monego pushed a commit to branch master
in repository guix.
commit b3e9384499e03f22d744ac215366bbf59511a88b
Author: Vinicius Monego <[email protected]>
AuthorDate: Mon Dec 4 16:41:48 2023 -0300
gnu: python-scikit-rf: Update to 0.30.0.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.30.0.
Change-Id: Ia33268f2a655a80a645e30c4b1e08e830da83ae4
---
gnu/packages/engineering.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index c4b818874d..9b827aa262 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2675,7 +2675,7 @@ measurement devices and test equipment via GPIB, RS232,
Ethernet or USB.")
(define-public python-scikit-rf
(package
(name "python-scikit-rf")
- (version "0.29.1")
+ (version "0.30.0")
(source (origin
(method git-fetch) ;PyPI misses some files required for tests
(uri (git-reference
@@ -2683,7 +2683,7 @@ measurement devices and test equipment via GPIB, RS232,
Ethernet or USB.")
(commit (string-append "v" version))))
(sha256
(base32
- "11pbcgbq34xyjv5gjwi3a8cpgqqwmd73ps1fwyjajl26q2nkmcdh"))
+ "1fbws80glrakd08xzhifna831yk0bd8b0cizhfcjkg4km2nyx65c"))
(file-name (git-file-name name version))))
(build-system pyproject-build-system)
(propagated-inputs (list python-matplotlib