diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-11-14 08:16:45 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-11-14 08:16:45 +0200 |
commit | b8dac014b12dc021813c0c857af582e270470307 (patch) | |
tree | 7d873dd562f1c963d546c14a6020264486fd9f84 /gnu/packages/video.scm | |
parent | b817d261e2f9addba594583e154e4d9b6a850928 (diff) |
gnu: ffmpeg-5: Update to 5.1.4.
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.4.
Change-Id: I4ea8faa3bcee2e34287af4461d078850de17154f
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files 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 |