~ruther/guix-local

e03e22a2d5cf35a150917d1ab8da1b5939685159 — Vinicius Monego 1 year, 8 months ago 11855e1
gnu: python-motulator: Update to 0.5.0.

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

Change-Id: I6534c7801d4a03eddca4cce5219f39ae1a8a18b7
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/engineering.scm
M gnu/packages/engineering.scm => gnu/packages/engineering.scm +2 -2
@@ 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