[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mpv: Update to 0.17.0.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: mpv: Update to 0.17.0. |
Date: |
Tue, 19 Apr 2016 20:56:26 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit ad25a1fab4669e38cb5b8a224ec3a76d812807f5
Author: Efraim Flashner <address@hidden>
Date: Tue Apr 19 23:52:42 2016 +0300
gnu: mpv: Update to 0.17.0.
* gnu/packages/video.scm (mpv): Update to 0.17.0.
---
gnu/packages/video.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a227c8b..6060702 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -747,7 +747,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
(define-public mpv
(package
(name "mpv")
- (version "0.16.0")
+ (version "0.17.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -755,7 +755,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
".tar.gz"))
(sha256
(base32
- "1fiqxx85s418qynq2fp0v7cpzrz8j285hwmc4fqgn5ny1vg1jdpw"))
+ "0vms3viwqcwl1mrgmf2yy4c69fvv7xpbkyrl693l6zpwynqd4b30"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system waf-build-system)
(native-inputs