mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
95dea35990
commit
7acc195253
1 changed files with 5 additions and 4 deletions
|
@ -12991,16 +12991,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue