guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 7f8ed8324bf6fe31257ef758a725bc3063b6bc7f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Jul 13 14:07:08 2025 +0900

    gnu: ffmpeg: Update to 6.1.2.
    
    * gnu/packages/video.scm (ffmpeg): Update to 6.1.2.
    
    Change-Id: I32ee4ff66f3e8dcf87dbfb373252859bdb1c86d6
---
 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 865bdfc9d8..3e817cb20d 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"))))

Reply via email to