1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

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
(package
(name "python-motulator")
(version "0.3.0")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "motulator" version))
(sha256
(base32 "01qv4d4rgkwk653vz1qz1nmakniv86572j5ikrxwd63rwv5ckggf"))))
(base32 "1kh13zfa4w73q04pny2w2zgym47fp8xy7glwfx82fdx4fihk7dv7"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ; there are no tests