guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ffmpeg-5: Update to 5.1.1.


From: guix-commits
Subject: 01/02: gnu: ffmpeg-5: Update to 5.1.1.
Date: Tue, 6 Sep 2022 02:15:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3fbe449bd7e9b9422548beef61d24f6e5cb3b990
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 6 09:12:12 2022 +0300

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



reply via email to

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