diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-07-18 14:10:54 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-18 14:10:54 +0300 |
commit | 443975ae8e3ffef55e42f3a3767815ce0c9805c5 (patch) | |
tree | def7c58c8e2a9f3dc0985a5eda7b1d837370529e /gnu | |
parent | 935742f38fa601b580789be9c290f5e115bd19b7 (diff) | |
download | patches-443975ae8e3ffef55e42f3a3767815ce0c9805c5.tar patches-443975ae8e3ffef55e42f3a3767815ce0c9805c5.tar.gz |
gnu: gst-libav: Update to 1.8.2.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.8.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 6572fd7e30..3e8acf1b18 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -374,7 +374,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.") (define-public gst-libav (package (name "gst-libav") - (version "1.8.0") + (version "1.8.2") (source (origin (method url-fetch) (uri (string-append @@ -382,7 +382,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.") name "-" version ".tar.xz")) (sha256 (base32 - "0719njp8aarhvn038pijq6dmsnli0zlg146hyfs3rsdffs4f472s")))) + "0yk8pxg3xi26ndj7pliqdfphy0jmqsq4dmdzy31gbd9rgficgwxm")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-system-libav") |