~ruther/guix-local

f136c8f23d6dc0b52540456d50187f3417afb5e3 — Tobias Geerinckx-Rice 8 years ago 65a3c34
gnu: gnome-mpv: Update to 0.14.

* gnu/packages/video.scm (gnome-mpv): Update to 0.14.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -2
@@ 1091,7 1091,7 @@ projects while introducing many more.")
(define-public gnome-mpv
  (package
    (name "gnome-mpv")
    (version "0.13")
    (version "0.14")
    (source
     (origin
       (method url-fetch)


@@ 1100,7 1100,7 @@ projects while introducing many more.")
                           ".tar.xz"))
       (sha256
        (base32
         "1w944ymyssgfcjiczrq4saig90crw9b9hhdsnchfbjsw173qi8n5"))))
         "03kjwd5jq0i5ajnvhjwf5019bjjaa16xkdrhdkiz1k58ipjvvj93"))))
    (native-inputs
     `(("intltool" ,intltool)
       ("pkg-config" ,pkg-config)))