Skip to content
Snippets Groups Projects
Unverified Commit ad27449e authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: ffmpeg: Update to 3.3.2.

* gnu/packages/video.scm (ffmpeg): Update to 3.3.2.
parent e6ad9bda
No related branches found
No related tags found
No related merge requests found
...@@ -461,14 +461,14 @@ (define-public libva ...@@ -461,14 +461,14 @@ (define-public libva
(define-public ffmpeg (define-public ffmpeg
(package (package
(name "ffmpeg") (name "ffmpeg")
(version "3.3.1") (version "3.3.2")
(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
"0bwgm6z6k3khb91qh9xv15inykkfchpkm0lcdckkxhkacpyaf0mp")))) "11974vcfsy8w0i6f4lfwqmg80xkfybqw7vw6zzrcn5i6ncddx60r"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("fontconfig" ,fontconfig) `(("fontconfig" ,fontconfig)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment