From 1b1c392809a5381c7bc7fcd85c996647f961cbbc Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sat, 3 Aug 2024 08:44:43 -0300 Subject: gnu: python-scikit-rf: Update to 1.3.0. * gnu/packages/engineering.scm (python-scikit-rf): Update to 1.3.0. Change-Id: Ibf8f77715c6d926dab61f5e385ca7db82786ee70 --- 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 65c95b80bb..0cc18b1045 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2731,7 +2731,7 @@ Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the (define-public python-scikit-rf (package (name "python-scikit-rf") - (version "1.1.0") + (version "1.3.0") (source (origin (method git-fetch) ;PyPI misses some files required for tests (uri (git-reference @@ -2739,7 +2739,7 @@ Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the (commit (string-append "v" version)))) (sha256 (base32 - "0ji1c8b9cbgb0w18dx976hza690npkypz8kav4a3yin2wysjvf64")) + "0idr730zdwlxdqyvh3s24720pxrjhwixih24gbqzipgp8nh0713i")) (file-name (git-file-name name version)))) (build-system pyproject-build-system) (propagated-inputs (list python-matplotlib -- cgit v1.2.3