diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-19 13:53:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-20 17:08:12 +0200 |
commit | 0a08ea2a50ba5180f6cc73a2290f30cacca50630 (patch) | |
tree | 0ada562b2cb408a4745bc8bd81f6dff6c3a1d08b /gnu | |
parent | 134189e26fa3a63d3d2ba01b5c484d2937d490b4 (diff) | |
download | patches-0a08ea2a50ba5180f6cc73a2290f30cacca50630.tar patches-0a08ea2a50ba5180f6cc73a2290f30cacca50630.tar.gz |
gnu: ffmpeg@3.4: Update to 3.4.4.
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.4.
Diffstat (limited to 'gnu')
-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 820a7fc4ce..a6db26593a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -788,14 +788,14 @@ audio/video codec library.") (define-public ffmpeg-3.4 (package (inherit ffmpeg) - (version "3.4.3") + (version "3.4.4") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "0p45s3h7mg7v0jm77bymw2617i08f086dlcdmaylnk7795yind3b")))))) + "1iizgnhjbhar9y1ykqlj1czqanlv24knkfq5vvfnppv5x00pcvrq")))))) (define-public ffmpeg-2.8 (package |