[PATCH] gnu: mpv: Update to 0.27.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • R H
Owner
unassigned
Submitted by
R H
Severity
normal
R
(address . guix-patches@gnu.org)
d5db0bdcdccc6da0282fc9a179dc3b30@mykolab.com
Hey Guix,

Here's a patch to update mpv to the latest version.
Attachment: file
* gnu/packages/video.scm (mpv): Update to 0.27.0.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9c22ab585..4ebe47912 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -970,7 +970,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
(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 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
".tar.gz"))
(sha256
(base32
- "0ihvnwrp24jjf43k1hvy8n8w4ipl4z7apjppd4i0y9jzilsyzwys"))
+ "1754371fkva8aqxgbm50jxyvij7mnysq0538bf6zghbmigqqn79l"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system waf-build-system)
(native-inputs
--
2.14.1
L
L
Ludovic Courtès wrote on 14 Sep 2017 13:47
(name . R H)(address . rhelling@mykolab.com)(address . 28457-done@debbugs.gnu.org)
87lglha4dp.fsf@gnu.org
Hello,

R H <rhelling@mykolab.com> skribis:

Toggle quote (5 lines)
> Hey Guix,
>
> Here's a patch to update mpv to the latest version.
> * gnu/packages/video.scm (mpv): Update to 0.27.0.

Applied, thank you!

In the future, please make sure to send a patch created with ‘git
format-patch’ (this one lacked the “Subject” and “From” lines, for
instance.)

Ludo’.
Closed
?