From 350b812a22ee72cc442d14c596ad205e4a4e57ca Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 17 Sep 2023 08:15:22 -0300 Subject: gnu: python-scikit-rf: Update to 0.29.1. * gnu/packages/engineering.scm (python-scikit-rf): Update to 0.29.1. [native-inputs]: Add python-pytest-mock. --- gnu/packages/engineering.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/engineering.scm') 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") -- cgit v1.2.3