diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-13 14:07:08 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:48:15 +0900 |
| commit | 60a9fe9c674c6cd4eb15da74660baee15ad268ca (patch) | |
| tree | b35db22cbdcbbf3270cee0a59d54ed9d05fcc2f2 | |
| parent | c5348a51cbb55c75e64a972bf55a33f982fb6e90 (diff) | |
gnu: ffmpeg: Update to 6.1.2.
* gnu/packages/video.scm (ffmpeg): Update to 6.1.2.
Change-Id: I32ee4ff66f3e8dcf87dbfb373252859bdb1c86d6
| -rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 91874ef42fe..7dfc5fda989 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1865,14 +1865,14 @@ audio/video codec library.") (define-public ffmpeg (package (inherit ffmpeg-7) - (version "6.1.1") + (version "6.1.2") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "0s7r2qv8gh2a3w568n9xxgcz0q8j5ww1jdsci1hm9f4l1yqg9146")) + "0f2fr8ywchhlkdff88lr4d4vscqzsi1ndjh3r5jwbkayf94lcqiv")) (patches (search-patches "ffmpeg-add-av_stream_get_first_dts-for-chromium.patch")))) |
