[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: ffmpeg: Update to 4.2.1.
From: |
guix-commits |
Subject: |
07/11: gnu: ffmpeg: Update to 4.2.1. |
Date: |
Tue, 24 Sep 2019 14:18:18 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 6bdf8af5e680c719304c2f1c1a4948099b446906
Author: Marius Bakke <address@hidden>
Date: Mon Sep 23 16:46:26 2019 +0200
gnu: ffmpeg: Update to 4.2.1.
* gnu/packages/video.scm (ffmpeg): Update to 4.2.1.
---
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 aaba2fb..d5a51a0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -799,14 +799,14 @@ operate properly.")
(define-public ffmpeg
(package
(name "ffmpeg")
- (version "4.2")
+ (version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
- "1mgcxm7sqkajx35px05szsmn9mawwm03cfpmk3br7bcp3a1i0gq2"))))
+ "1m5nkc61ihgcf0b2wabm0zyqa8sj3c0w8fi6kr879lb0kdzciiyf"))))
(build-system gnu-build-system)
(inputs
`(("dav1d" ,dav1d)
- branch master updated (3e7518b -> aa0e28b), guix-commits, 2019/09/24
- 03/11: gnu: keepalived: Update home page., guix-commits, 2019/09/24
- 05/11: gnu: openvswitch: Update to 2.12.0., guix-commits, 2019/09/24
- 06/11: gnu: re2: Update to 2019-09-01., guix-commits, 2019/09/24
- 10/11: gnu: OpenEXR: Update home page., guix-commits, 2019/09/24
- 11/11: gnu: p11-kit: Update to 0.23.17., guix-commits, 2019/09/24
- 09/11: gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444]., guix-commits, 2019/09/24
- 01/11: gnu: keepalived: Fix documentation generation., guix-commits, 2019/09/24
- 02/11: gnu: keepalived: Update to 2.0.18., guix-commits, 2019/09/24
- 04/11: gnu: fmt: Update to 6.0.0., guix-commits, 2019/09/24
- 07/11: gnu: ffmpeg: Update to 4.2.1.,
guix-commits <=
- 08/11: gnu: varnish: Update to 6.3.0., guix-commits, 2019/09/24