diff options
author | Vinicius Monego <monego@posteo.net> | 2024-08-03 08:44:43 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-09-02 17:40:28 -0300 |
commit | 1b1c392809a5381c7bc7fcd85c996647f961cbbc (patch) | |
tree | bd7483bcedd4d9a12813606fb31552b8171877c1 | |
parent | c4de5091a957317695ab234c999440a4cb1e063a (diff) | |
download | guix-1b1c392809a5381c7bc7fcd85c996647f961cbbc.tar.gz guix-1b1c392809a5381c7bc7fcd85c996647f961cbbc.zip |
gnu: python-scikit-rf: Update to 1.3.0.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.3.0.
Change-Id: Ibf8f77715c6d926dab61f5e385ca7db82786ee70
-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 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 |