GNU bug report logs - #67293
[PATCH] gnu: ffmpeg: Update to 6.1

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 20 Nov 2023 08:40:01 UTC

Severity: normal

Tags: patch

Done: Andy Tai <atai <at> atai.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: ffmpeg: Update to 6.1
Date: Mon, 20 Nov 2023 00:38:33 -0800
* gnu/packages/video.scm (ffmpeg): Update to 6.1

Change-Id: Ifd5080cef5f1fa73c79744969db9973f85d2bd74
---
 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 561268aabd..be631d0256 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1581,14 +1581,14 @@ (define-public libva-utils
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "6.0")
+    (version "6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "10kh2f4y4isfqj4xpcqqnzk611jh89ywcjyjnq9c2jcv5p18ggjp"))))
+                "0w620x118dz8aj3a4ipy65d4mnzixaamq7gp07lvxcyrgpjpd328"))))
     (outputs '("out" "debug"))
     (build-system gnu-build-system)
     (inputs

base-commit: 71b92466430acb8c91841522dc0eb7d766af4388
-- 
2.41.0





This bug report was last modified 1 year and 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.