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:
parent
11855e1c28
commit
e03e22a2d5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue