1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 05:00:29 +02:00

gnu: ffmpeg-5: Update to 5.1.2.

* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.2.
This commit is contained in:
Efraim Flashner
2022-09-28 15:45:49 +03:00
parent 0b59e22c16
commit 5723c511c2

View File

@@ -1575,14 +1575,14 @@ operate properly.")
(define-public ffmpeg-5
(package
(name "ffmpeg")
(version "5.1.1")
(version "5.1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"0d84pjmlb5ss1yybxic3wlyrr31wcsg29ysqx5qiwlcnqkw3zgwm"))))
"1p7kxr0f9f9d0pyyxq9ciaj9ch2drmcw5p9jk22j111ccrnp17k1"))))
(build-system gnu-build-system)
(inputs
(append