gnu: gnome-mpv: Update to 0.13.

* gnu/packages/video.scm (gnome-mpv): Update to 0.13.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-31 12:44:38 +01:00
parent 78ab71ce1d
commit 9b5db24e7a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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