~ruther/guix-local

faa3c13920f5b5755ddc6ecfaf108497ea138992 — Efraim Flashner 9 years ago de0e591
gnu: gst-plugins-good: Update to 1.10.1.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.1.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gstreamer.scm
M gnu/packages/gstreamer.scm => gnu/packages/gstreamer.scm +2 -2
@@ 200,7 200,7 @@ for the GStreamer multimedia library.")
(define-public gst-plugins-good
  (package
    (name "gst-plugins-good")
    (version "1.10.0")
    (version "1.10.1")
    (source
     (origin
      (method url-fetch)


@@ 209,7 209,7 @@ for the GStreamer multimedia library.")
            name "-" version ".tar.xz"))
      (sha256
       (base32
        "1qhx6x3ax1qqbvm20zhqax3dsas4yzlx7vdjnjqllqzmcfbma0vs"))))
        "1hkcap9l2603266gyi6jgvx7frbvfmb7xhfhjizbczy1wykjwr57"))))
    (build-system gnu-build-system)
    (inputs
     `(("aalib" ,aalib)