diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-13 14:07:08 +0900 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-27 11:08:33 -0400 |
commit | 0f8533c96d848f8672032fd3468ff6edb58fb6c7 (patch) | |
tree | 51524ce008263b503242968604040f7c2f66f0af | |
parent | 9ed9dada4eb021844ee69effca197b390b4f17a2 (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 4e0dcee4cf..cce0c5c0f0 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1861,14 +1861,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")))) |