guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ffmpeg-5: Update to 5.1.3.


From: guix-commits
Subject: branch master updated: gnu: ffmpeg-5: Update to 5.1.3.
Date: Mon, 01 May 2023 04:14:14 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cf02a22cf2 gnu: ffmpeg-5: Update to 5.1.3.
cf02a22cf2 is described below

commit cf02a22cf2aea48648ffd42659b68ff0182408e6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 1 11:08:26 2023 +0300

    gnu: ffmpeg-5: Update to 5.1.3.
    
    * gnu/packages/video.scm (ffmpeg-5): Update to 5.1.3.
---
 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 838dfe7aab..1e9c04c5e5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1784,14 +1784,14 @@ audio/video codec library.")
 (define-public ffmpeg-5
   (package
     (inherit ffmpeg)
-    (version "5.1.2")
+    (version "5.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1p7kxr0f9f9d0pyyxq9ciaj9ch2drmcw5p9jk22j111ccrnp17k1"))))))
+                "0biil32xnshg1b4lwzbdc5rxv1g7lpfsr5gdgaz96wlhzy9ka48v"))))))
 
 (define-public ffmpeg-4
   (package



reply via email to

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