gnu: gnome-mpv: Update to 0.10.
* gnu/packages/video.scm (gnome-mpv): Update to 0.10.
This commit is contained in:
parent
7309a501ee
commit
2ebc5ad603
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue