guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: mpv: Update to 0.23.0.


From: Efraim Flashner
Subject: 04/04: gnu: mpv: Update to 0.23.0.
Date: Mon, 2 Jan 2017 20:05:08 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 832d60dc0151dedc8fe95b56d1716df3bafbdec7
Author: Efraim Flashner <address@hidden>
Date:   Mon Jan 2 19:11:31 2017 +0200

    gnu: mpv: Update to 0.23.0.
    
    * gnu/packages/video.scm (mpv): Update to 0.23.0.
---
 gnu/packages/video.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b36684f..b9f2d69 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -834,7 +834,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
 (define-public mpv
   (package
     (name "mpv")
-    (version "0.22.0")
+    (version "0.23.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -842,11 +842,11 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
                     ".tar.gz"))
               (sha256
                (base32
-                "1xl2a0nfbkcq00f41m50fmfz9hl7hzpk7cq7j38r38rp1s7sryf0"))
+                "1629v5l0rmphxra7chmfm7bnn59zc1mp529b9m2zqzaqf1czxvla"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system waf-build-system)
     (native-inputs
-     `(("perl" ,perl)
+     `(("perl" ,perl) ; for zsh completion file
        ("pkg-config" ,pkg-config)
        ("python-docutils" ,python-docutils)))
     ;; Missing features: libguess, Wayland, V4L2



reply via email to

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