mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: mpv: Update to 0.38.0.
* gnu/packages/video.scm (mpv): Update to 0.38.0. Change-Id: I7804e5d63c1fddc97e54634ea6a5185bf0ecc020
This commit is contained in:
parent
99d614cf6a
commit
093eea8189
1 changed files with 2 additions and 2 deletions
|
@ -2619,7 +2619,7 @@ (define-public mplayer
|
|||
(define-public mpv
|
||||
(package
|
||||
(name "mpv")
|
||||
(version "0.37.0")
|
||||
(version "0.38.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2627,7 +2627,7 @@ (define-public mpv
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1xcyfpd543lbmg587wi0mahrz8vhyrlr4432054vp6wsi3s36c4b"))))
|
||||
(base32 "11l8b9cka81xwrcc148g6avj7jcz8khz3h3xpyadm5265afa6mkl"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue