summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-16 15:12:24 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:19:40 +0100
commitc76fbf401dfb84c117d8fd73ee67708e30df6f2c (patch)
tree6c2b912c921ff216466480a5c693ea3c84d34960 /gnu/packages/python-xyz.scm
parent81f2adac9baee1895926b0f4764c5fcb2ed91b4e (diff)
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm9
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))