~ruther/guix-local

ba4e15ae85d529710dc89be7b70844ad55432e08 — Tobias Geerinckx-Rice 8 years ago 29ac89a
gnu: gnome-mpv: Update to 0.12.

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

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


@@ 1064,7 1064,7 @@ projects while introducing many more.")
                           ".tar.xz"))
       (sha256
        (base32
         "1hn3mpsxbrwf2m0nz4vzji4i6i896y8kqjb9kijqpk04cnrs3fgz"))))
         "0dcnz9vlf791v8d15j7hpymv87h6nb15alww6xjq0zpal5hi44kc"))))
    (native-inputs
     `(("intltool" ,intltool)
       ("pkg-config" ,pkg-config)))