mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: mpv: Update to 0.27.0.
* gnu/packages/video.scm (mpv): Update to 0.27.0.
This commit is contained in:
parent
194b4e7d65
commit
6fcf8c2d70
1 changed files with 2 additions and 2 deletions
|
@ -970,7 +970,7 @@ (define-public mplayer
|
|||
(define-public mpv
|
||||
(package
|
||||
(name "mpv")
|
||||
(version "0.26.0")
|
||||
(version "0.27.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -978,7 +978,7 @@ (define-public mpv
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ihvnwrp24jjf43k1hvy8n8w4ipl4z7apjppd4i0y9jzilsyzwys"))
|
||||
"1754371fkva8aqxgbm50jxyvij7mnysq0538bf6zghbmigqqn79l"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))))
|
||||
(build-system waf-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue