diff options
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0c18dbb1de1..8b3dcaee868 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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)) |
