diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-03-29 12:22:31 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-03-29 21:34:52 +0300 |
commit | 40dad30c5e675b73ea17c6b5423d558aa739171a (patch) | |
tree | 961e5a22d76b057ba2e704ffe9b2cff570156e7c /gnu/packages/gstreamer.scm | |
parent | d2b5dec5b075326352950cc992058fe2c02da7cf (diff) | |
download | guix-40dad30c5e675b73ea17c6b5423d558aa739171a.tar guix-40dad30c5e675b73ea17c6b5423d558aa739171a.tar.gz |
gnu: gst-plugins-ugly: Update to 1.8.0.
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.8.0.
[home-page]: Use https.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 202c81be0c..0358737261 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -331,7 +331,7 @@ par compared to the rest.") (define-public gst-plugins-ugly (package (name "gst-plugins-ugly") - (version "1.6.3") + (version "1.8.0") (source (origin (method url-fetch) @@ -339,7 +339,7 @@ par compared to the rest.") name "/" name "-" version ".tar.xz")) (sha256 (base32 - "0r6h3ys5n90jv3c06crxzcac561z07s4h04hy5i8ybw8qyvzgv1g")))) + "137b6kqykh5nwbmiv28nn1pc1d2x2rb2xxg382pc9pa9gpxpyrak")))) (build-system gnu-build-system) (inputs `(("gst-plugins-base" ,gst-plugins-base) @@ -359,7 +359,7 @@ par compared to the rest.") `(("glib:bin" ,glib "bin") ("pkg-config" ,pkg-config) ("python-wrapper" ,python-wrapper))) - (home-page "http://gstreamer.freedesktop.org/") + (home-page "https://gstreamer.freedesktop.org/") (synopsis "GStreamer plugins from the \"ugly\" set") (description "GStreamer Ugly Plug-ins. This set contains those plug-ins which the developers consider to have good quality code but that might pose |