monego pushed a commit to branch master
in repository guix.
commit 60684fb2d53c595cdf1906840d1a214c383c6e52
Author: Vinicius Monego <[email protected]>
AuthorDate: Fri Mar 28 09:26:59 2025 -0300
gnu: ffmpeg-progress-yield: Update to 0.11.3.
* gnu/packages/video.scm (ffmpeg-progress-yield): Update to 0.11.3.
[source]: Update URI.
[native-inputs]: Add python-pytest.
Change-Id: I3b3309b4275bd3c458a5da0fee9d051e2dcf8894
---
gnu/packages/video.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9ad8262b98..a81343fd1f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2341,13 +2341,13 @@ videoformats depend on the configuration flags of
ffmpeg.")
(define-public ffmpeg-progress-yield
(package
(name "ffmpeg-progress-yield")
- (version "0.7.8")
+ (version "0.11.3")
(source (origin
(method url-fetch)
- (uri (pypi-uri "ffmpeg-progress-yield" version))
+ (uri (pypi-uri "ffmpeg_progress_yield" version))
(sha256
(base32
- "07j6m8p8z8ybl75h0d4xzjl1pvkfzr0i73siysqcgrrahdgsxrls"))))
+ "14kmlvslnkd60c3v50ifzm46n26vaadwymxwh2br5pz1zqcn89pb"))))
(build-system pyproject-build-system)
(arguments
;; Not sure if the test file actually does anything.
@@ -2365,7 +2365,7 @@ videoformats depend on the configuration flags of
ffmpeg.")
`("PATH" ":" prefix
(,(search-input-file inputs ffm))))))))))
(inputs (list bash-minimal ffmpeg))
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/slhck/ffmpeg-progress-yield")
(synopsis "Run an ffmpeg command with progress")
(description "This package allows an ffmpeg command to run with progress.