guix_mirror_bot pushed a commit to branch audio-team
in repository guix.
commit ede11b1c772623e801705bcf85c398269f507606
Author: SilverlightningY <[email protected]>
AuthorDate: Thu Jun 4 01:01:23 2026 +0200
gnu: ffmpeg-4: Update to 4.4.7.
* gnu/packages/video.scm (ffmpeg-4): Update to 4.4.7.
Change-Id: I50cfb53f17145c136dd014b4937df35efe19d12a
Signed-off-by: Gabriel Wicki <[email protected]>
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d206e93805..7d8ffc7bb0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2058,14 +2058,14 @@ audio/video codec library.")
(define-public ffmpeg-4
(package
(inherit ffmpeg-5)
- (version "4.4.6")
+ (version "4.4.7")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
- "05q6bpid5hfr9djp6cf3sq8majkjiqnl3v9i2y0an23w8qgld412"))))
+ "0ajyaq93785vf9pk8fkzcnwnfki6fw6n2zbkms50l2h5mz8ddrrr"))))
(arguments
(substitute-keyword-arguments arguments
((#:configure-flags flags ''())