guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ffmpeg-5: Update to 5.1.4.


From: guix-commits
Subject: 01/04: gnu: ffmpeg-5: Update to 5.1.4.
Date: Tue, 14 Nov 2023 02:07:51 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b8dac014b12dc021813c0c857af582e270470307
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 14 08:16:45 2023 +0200

    gnu: ffmpeg-5: Update to 5.1.4.
    
    * gnu/packages/video.scm (ffmpeg-5): Update to 5.1.4.
    
    Change-Id: I4ea8faa3bcee2e34287af4461d078850de17154f
---
 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 68581301a2..20a620eaa3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1783,14 +1783,14 @@ audio/video codec library.")
 (define-public ffmpeg-5
   (package
     (inherit ffmpeg)
-    (version "5.1.3")
+    (version "5.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0biil32xnshg1b4lwzbdc5rxv1g7lpfsr5gdgaz96wlhzy9ka48v"))))))
+                "0qwhyhil805hns7yksdxagnrcc90h60al7lz1rc65kd1j2w3nf2l"))))))
 
 (define-public ffmpeg-4
   (package



reply via email to

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