gnu: gnome-mpv: Update to 0.10.

* gnu/packages/video.scm (gnome-mpv): Update to 0.10.
This commit is contained in:
Alex Griffin 2016-08-10 13:24:53 -05:00 committed by Ricardo Wurmus
parent 7309a501ee
commit 2ebc5ad603
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -838,7 +838,7 @@ projects while introducing many more.")
(define-public gnome-mpv (define-public gnome-mpv
(package (package
(name "gnome-mpv") (name "gnome-mpv")
(version "0.9") (version "0.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -847,7 +847,7 @@ projects while introducing many more.")
".tar.xz")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"06pgxl6f3kkgxv8nlmyl7gy3pg55sqf8vgr8m6426mlpm4p3qdn0")))) "10zizf926a82c753a80bi49rb5c4yqjyd6zin4xgmggspfxngncj"))))
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))