guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: FFmpeg: Update to 5.1.


From: guix-commits
Subject: 02/06: gnu: FFmpeg: Update to 5.1.
Date: Wed, 27 Jul 2022 05:52:27 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9a1cd6e7e89b4f03c5c4a96c5fc55483bfadb776
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 23 23:17:50 2022 +0200

    gnu: FFmpeg: Update to 5.1.
    
    * gnu/packages/video.scm (ffmpeg-5): Update to 5.1.
---
 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 4118d8465e..ac7329d4b7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1562,14 +1562,14 @@ operate properly.")
 (define-public ffmpeg-5
   (package
     (name "ffmpeg")
-    (version "5.0.1")
+    (version "5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0yq0jcdc4qm5znrzylj3dsicrkk2n3n8bv28vr0a506fb7iglbpg"))))
+                "00wbd5skv6ba5yqq4ca505ncckhvpzwflcsall7madg2bsmnmssm"))))
     (build-system gnu-build-system)
     (inputs
      (append



reply via email to

[Prev in Thread] Current Thread [Next in Thread]