mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-imageio-ffmpeg: Update to 0.5.1.
* gnu/packages/python-xyz.scm (python-imageio-ffmpeg): Update to 0.5.1. [inputs]: Replace ffmpeg-4 with ffmpeg. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I66c872fff2332141ac63d055c61cfcc2ebbc23bf
This commit is contained in:
parent
68b656a34f
commit
f2088c6916
1 changed files with 4 additions and 3 deletions
|
@ -11511,13 +11511,13 @@ arguments. It handles arbitrarily large (directed-acyclic) signal graphs.")
|
|||
(define-public python-imageio-ffmpeg
|
||||
(package
|
||||
(name "python-imageio-ffmpeg")
|
||||
(version "0.4.8")
|
||||
(version "0.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "imageio-ffmpeg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a8as5c42s8yl79gc2nhj6vvkwr81p5ibxp5m1zhn1zy22nhbapx"))))
|
||||
"0k284r1xsdp5h1s4k6nfsfzbkphf8g6r2llwjafhq2sn3yrskmqf"))))
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
@ -11528,7 +11528,8 @@ arguments. It handles arbitrarily large (directed-acyclic) signal graphs.")
|
|||
(string-append "(" all " or \""
|
||||
(search-input-file inputs "bin/ffmpeg")
|
||||
"\")"))))))))
|
||||
(inputs (list ffmpeg-4))
|
||||
(inputs (list ffmpeg))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/imageio/imageio-ffmpeg")
|
||||
(synopsis "FFMPEG wrapper for Python")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue