diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-03-03 22:53:37 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-03-03 22:53:37 +0200 |
commit | 581873b55d6d1d39de14e30d3d2e21097b59bd6c (patch) | |
tree | 1b97d119d658bf8b7f14d6766baaf7c4784a19cd | |
parent | d8173f21f7b4e3cb83541b8fa70621d2b6d4ce1c (diff) | |
download | guix-581873b55d6d1d39de14e30d3d2e21097b59bd6c.tar.gz |
gnu: mpv: Update to 0.16.0.
* gnu/packages/video.scm (mpv): Update to 0.16.0.
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7d6c363da8..798057e200 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -698,7 +698,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") (define-public mpv (package (name "mpv") - (version "0.15.0") + (version "0.16.0") (source (origin (method url-fetch) (uri (string-append @@ -706,7 +706,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") ".tar.gz")) (sha256 (base32 - "1p0b83048g66icpz5n66v3k4ldr1z0rmg5d2rr7kcbspm1xj2cbx")) + "1fiqxx85s418qynq2fp0v7cpzrz8j285hwmc4fqgn5ny1vg1jdpw")) (file-name (string-append name "-" version ".tar.gz")))) (build-system waf-build-system) (native-inputs @@ -764,7 +764,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") #:configure-flags (list "--enable-gpl3" "--enable-zsh-comp") ;; No check function defined. #:tests? #f)) - (home-page "http://mpv.io/") + (home-page "https://mpv.io/") (synopsis "Audio and video player") (description "mpv is a general-purpose audio and video player. It is a fork of mplayer2 and MPlayer. It shares some features with the former |