diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-03-29 11:58:11 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-03-29 21:34:52 +0300 |
commit | d2b5dec5b075326352950cc992058fe2c02da7cf (patch) | |
tree | 7b330a774b4c3c8ec34e9ae04264e165a361d3e3 /gnu | |
parent | 70e863e53e49a6e3a8f6ee7fe6d200196fe0a521 (diff) | |
download | guix-d2b5dec5b075326352950cc992058fe2c02da7cf.tar guix-d2b5dec5b075326352950cc992058fe2c02da7cf.tar.gz |
gnu: python-gst: Update to 1.8.0.
* gnu/packages/gstreamer.scm (python-gst, python2-gst): Update to 1.8.0.
[home-page]: Use https.
Diffstat (limited to 'gnu')
-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 8c8f16bf5c..202c81be0c 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -406,7 +406,7 @@ compression formats through the use of the libav library.") (define-public python-gst (package (name "python-gst") - (version "1.6.2") + (version "1.8.0") (source (origin (method url-fetch) (uri (string-append @@ -414,7 +414,7 @@ compression formats through the use of the libav library.") "gst-python-" version ".tar.xz")) (sha256 (base32 - "09ci5zvr7lms7mvgbjgsjwaxcl4nq45n1g9pdwnqmx3rf0qkwxjf")))) + "1spn49x7yaj69df6mxh9wwcs0y3abswkfpk84njs71lzqlbzyiff")))) (build-system gnu-build-system) (arguments ;; XXX: Factorize python-sitedir with python-build-system. @@ -436,7 +436,7 @@ compression formats through the use of the libav library.") (propagated-inputs `(("gst-plugins-base" ,gst-plugins-base) ("python-pygobject" ,python-pygobject))) - (home-page "http://gstreamer.freedesktop.org/") + (home-page "https://gstreamer.freedesktop.org/") (synopsis "GStreamer GObject Introspection overrides for Python") (description "This package contains GObject Introspection overrides for Python that can |