guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: mpv: Update to 0.16.0.


From: Efraim Flashner
Subject: 01/02: gnu: mpv: Update to 0.16.0.
Date: Thu, 03 Mar 2016 22:04:47 +0000

efraim pushed a commit to branch master
in repository guix.

commit 581873b55d6d1d39de14e30d3d2e21097b59bd6c
Author: Efraim Flashner <address@hidden>
Date:   Thu Mar 3 22:53:37 2016 +0200

    gnu: mpv: Update to 0.16.0.
    
    * gnu/packages/video.scm (mpv): Update to 0.16.0.
---
 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 7d6c363..798057e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]