This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch python-team
in repository guix.

The following commit(s) were added to refs/heads/python-team by this push:
     new 3ec6674a18 gnu: python-motulator: Update to 0.6.2.
3ec6674a18 is described below

commit 3ec6674a18a34979997fec1b7c9e9740802c7682
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jul 25 22:38:43 2025 +0200

    gnu: python-motulator: Update to 0.6.2.
    
    * gnu/packages/engineering.scm (python-motulator): Update to 0.6.2.
    [source]: Switch to git-fetch.
    [native-inputs]: Remove python-ipykernel and python-toml.
    [propagated-inputs]: Add python-tqdm.
    
    Change-Id: Ic29ffedc4b663e4d2138cacc56e69c135add7f6d
---
 gnu/packages/engineering.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 2699fee599..66fe4915af 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3339,20 +3339,22 @@ interpolation toolkit.")
 (define-public python-motulator
   (package
     (name "python-motulator")
-    (version "0.5.0")
+    (version "0.6.2")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "motulator" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/Aalto-Electric-Drives/motulator/";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1kh13zfa4w73q04pny2w2zgym47fp8xy7glwfx82fdx4fihk7dv7"))))
+        (base32 "1di2r1i19jl751v0hj426zkwk48w5yf8zpw2bl6qzk0vq4z2vpbw"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f)) ; there are no tests
-    (propagated-inputs (list python-matplotlib python-numpy python-scipy))
-    (native-inputs (list python-hatchling
-                         python-ipykernel
-                         python-toml))
+    (propagated-inputs
+     (list python-numpy python-matplotlib python-scipy python-tqdm))
+    (native-inputs (list python-hatchling))
     (home-page "https://aalto-electric-drives.github.io/motulator/";)
     (synopsis "Motor Drive Simulator in Python")
     (description "This package includes simulation models for an induction

Reply via email to