guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6b02919c7b8d27a2a93e702dae5270a076854d37
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Mar 1 20:03:28 2026 -0300

    gnu: python-scikit-rf: Update to 1.11.0.
    
    * gnu/packages/engineering.scm (python-scikit-rf): Update to 1.11.0.
    
    Change-Id: Ia1157e14e911be09222915f5d4a4511b115d21f4
---
 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 260ad3dfd0..94ccd90a83 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

Reply via email to