gnu: gnome-mpv: Update to 0.12.

* gnu/packages/video.scm (gnome-mpv): Update to 0.12.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-20 01:36:11 +02:00
parent 29ac89a635
commit ba4e15ae85
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -1055,7 +1055,7 @@ projects while introducing many more.")
(define-public gnome-mpv (define-public gnome-mpv
(package (package
(name "gnome-mpv") (name "gnome-mpv")
(version "0.11") (version "0.12")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1064,7 +1064,7 @@ projects while introducing many more.")
".tar.xz")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1hn3mpsxbrwf2m0nz4vzji4i6i896y8kqjb9kijqpk04cnrs3fgz")))) "0dcnz9vlf791v8d15j7hpymv87h6nb15alww6xjq0zpal5hi44kc"))))
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))