From b8dac014b12dc021813c0c857af582e270470307 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 14 Nov 2023 08:16:45 +0200 Subject: [PATCH] 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