guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-imageio-ffmpeg: Update to 0.5.1.


From: guix-commits
Subject: 01/02: gnu: python-imageio-ffmpeg: Update to 0.5.1.
Date: Fri, 3 Jan 2025 13:33:43 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 45e310070b43b745b5eefbd89321686f74838a6d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 19:31:17 2025 +0100

    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
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c0de48f01..8102243d3a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11498,13 +11498,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
@@ -11515,7 +11515,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]