~ruther/guix-local

c76fbf401dfb84c117d8fd73ee67708e30df6f2c — Sharlatan Hellseher 3 months ago 81f2ada
gnu: python-pycollada: Update to 0.9.2.

* gnu/packages/python-xyz.scm (python-pycollada): Update to 0.9.2.
[native-inputs]: Remove python-wheel.

Change-Id: I3cc70c7eeda9e4c54a0457ba430e4c6cbe1697f3
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -5
@@ 12398,21 12398,20 @@ Python code against some of the style conventions in
(define-public python-pycollada
  (package
    (name "python-pycollada")
    (version "0.8")
    (version "0.9.2")
    (source
     (origin
       (method git-fetch)   ; no tests data in PyPi package
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/pycollada/pycollada")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0by8b46gji9npsgnx91cvzjrfcsm7r4d23gvn7h2h9ninaxlv7zw"))))
        (base32 "13pj179p9gdiza409n8mdl7cpfasc3mrmk40p1vqplfdshks75dy"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-setuptools
           python-wheel))
           python-setuptools))
    (propagated-inputs
     (list python-numpy
           python-dateutil))