me
/
guix
Archived
1
0
Fork 0

gnu: ffmpeg-5: Update to 5.1.1.

* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.1.
master
Efraim Flashner 2022-09-06 09:12:12 +03:00
parent 9fa3e90789
commit 3fbe449bd7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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