guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 46863e99aabd77ddd3bc16577231a4e25dfaa68c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 18 14:43:09 2025 +0100
gnu: python-imageio-ffmpeg: Update to 0.6.0.
* gnu/packages/python-xyz.scm (python-imageio-ffmpeg): Update to 0.6.0.
[build-system]: Use pyproject.
Change-Id: Ia3f5592958227ba52e9aa483ffafaaebf8a9aa93
---
gnu/packages/python-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 20a967f265..84fbc41ccb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12990,16 +12990,17 @@ arguments. It handles arbitrarily large
(directed-acyclic) signal graphs.")
(define-public python-imageio-ffmpeg
(package
(name "python-imageio-ffmpeg")
- (version "0.5.1")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "imageio-ffmpeg" version))
+ (uri (pypi-uri "imageio_ffmpeg" version))
(sha256
- (base32 "0k284r1xsdp5h1s4k6nfsfzbkphf8g6r2llwjafhq2sn3yrskmqf"))))
- (build-system pypthon-build-system)
+ (base32 "0m8ppa4ap5vnic3jb25hsrq2gn0283x7mfr5z6ln8m80ivnnnmg2"))))
+ (build-system pyproject-build-system)
(arguments
(list
+ #:tests? #f ;XXX: tests requrie network access to get FFmpeg data
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'hardcode-ffmpeg