guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 715035c9a537396e7342940c5b8a4c4798b916f0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 16 15:12:24 2025 +0000
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
---
gnu/packages/python-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ee6c47ef21..5bb5831a78 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12352,21 +12352,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))