summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2026-03-01 20:03:28 -0300
committerVinicius Monego <monego@posteo.net>2026-03-01 23:38:56 -0300
commit6b02919c7b8d27a2a93e702dae5270a076854d37 (patch)
treeb14c4391b4650f805f89ef44c9561a4e843c3809 /gnu
parentf2d8c74b7c91a2a0e3f849f0bf2ce06e35af645f (diff)
gnu: python-scikit-rf: Update to 1.11.0.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.11.0. Change-Id: Ia1157e14e911be09222915f5d4a4511b115d21f4
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/engineering.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 260ad3dfd06..94ccd90a836 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2765,7 +2765,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.8.0")
+ (version "1.11.0")
(source (origin
(method git-fetch) ;PyPI misses some files required for tests
(uri (git-reference
@@ -2773,7 +2773,7 @@ Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the
(commit (string-append "v" version))))
(sha256
(base32
- "0hzgqsj2jnbimb8klijak44bhm7f3lnxvppaddgq1zxr063sj0y1"))
+ "1zcrm41jinirc54s3g9h8d7lxxcmz536662ips12rmn0qgyxh6bp"))
(file-name (git-file-name name version))))
(build-system pyproject-build-system)
(propagated-inputs (list python-numpy