mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gnome-mpv: Update to 0.13.
* gnu/packages/video.scm (gnome-mpv): Update to 0.13.
This commit is contained in:
parent
78ab71ce1d
commit
9b5db24e7a
1 changed files with 2 additions and 2 deletions
|
@ -1066,7 +1066,7 @@ (define-public mpv
|
|||
(define-public gnome-mpv
|
||||
(package
|
||||
(name "gnome-mpv")
|
||||
(version "0.12")
|
||||
(version "0.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1075,7 +1075,7 @@ (define-public gnome-mpv
|
|||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dcnz9vlf791v8d15j7hpymv87h6nb15alww6xjq0zpal5hi44kc"))))
|
||||
"1w944ymyssgfcjiczrq4saig90crw9b9hhdsnchfbjsw173qi8n5"))))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue