guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mpv: Update to 0.33.0.


From: guix-commits
Subject: branch master updated: gnu: mpv: Update to 0.33.0.
Date: Sat, 28 Nov 2020 17:33:04 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4bf33b0  gnu: mpv: Update to 0.33.0.
4bf33b0 is described below

commit 4bf33b0274b9a3efafd86571a5fe2ed2024746ae
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 29 00:32:30 2020 +0200

    gnu: mpv: Update to 0.33.0.
    
    * gnu/packages/video.scm (mpv): Update to 0.33.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 442e66f..ef504e4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2005,7 +2005,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
 (define-public mpv
   (package
     (name "mpv")
-    (version "0.32.0")
+    (version "0.33.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2014,7 +2014,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0kmy1q0hp87vq4rpv7py04x8bpg1wmlzaibavmkf713jqp6qy596"))))
+                "06cmycd2gb826kf2zv470w6nhzyk9sdhjydsdiinbgb902lzcpfy"))))
     (build-system waf-build-system)
     (native-inputs
      `(("perl" ,perl) ; for zsh completion file



reply via email to

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