gnu: python-motulator: Update to 0.5.0.

* gnu/packages/engineering.scm (python-motulator): Update to 0.5.0.

Change-Id: I6534c7801d4a03eddca4cce5219f39ae1a8a18b7
This commit is contained in:
Vinicius Monego 2024-09-10 14:15:10 -03:00
parent 11855e1c28
commit e03e22a2d5
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -3134,13 +3134,13 @@ interpolation toolkit.")
(define-public python-motulator (define-public python-motulator
(package (package
(name "python-motulator") (name "python-motulator")
(version "0.3.0") (version "0.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "motulator" version)) (uri (pypi-uri "motulator" version))
(sha256 (sha256
(base32 "01qv4d4rgkwk653vz1qz1nmakniv86572j5ikrxwd63rwv5ckggf")))) (base32 "1kh13zfa4w73q04pny2w2zgym47fp8xy7glwfx82fdx4fihk7dv7"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:tests? #f)) ; there are no tests (list #:tests? #f)) ; there are no tests