diff options
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r-- | gnu/packages/engineering.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index dff60dac48..e5472cb71c 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2604,7 +2604,7 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.") (define-public python-scikit-rf (package (name "python-scikit-rf") - (version "0.28.0") + (version "0.29.1") (source (origin (method git-fetch) ;PyPI misses some files required for tests (uri (git-reference @@ -2612,7 +2612,7 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.") (commit (string-append "v" version)))) (sha256 (base32 - "11pxl8q356f6q4cvadasg52js3k446l87hwmc87b1n9cy8sxcfvi")) + "11pbcgbq34xyjv5gjwi3a8cpgqqwmd73ps1fwyjajl26q2nkmcdh")) (file-name (git-file-name name version)))) (build-system pyproject-build-system) (propagated-inputs (list python-matplotlib @@ -2630,6 +2630,7 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.") python-networkx python-pytest python-pytest-cov + python-pytest-mock python-pyvisa)) (home-page "https://scikit-rf.org/") (synopsis "Radio frequency and Microwave Engineering Scikit") |