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.35.0.


From: guix-commits
Subject: branch master updated: gnu: mpv: Update to 0.35.0.
Date: Sun, 13 Nov 2022 21:09:28 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit 3ff0a976e8f9e3792b39b5968cb9ff066eb4ba60
Author: dan <i@dan.games>
AuthorDate: Sun Nov 13 13:46:45 2022 +0800

    gnu: mpv: Update to 0.35.0.
    
    * gnu/packages/video.scm (mpv): Update to 0.35.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 c8f3c6f8a5..4b688fb2e4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2179,7 +2179,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
 (define-public mpv
   (package
     (name "mpv")
-    (version "0.34.1")
+    (version "0.35.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2187,7 +2187,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"12qxwm1ww5vhjddl8yvj1xa0n1fi9z3lmzwhaiday2v59ca0qgsk"))))
+               (base32 
"1jnk1arwhf82s6q90jp70izk1wy0bkx3lr3il2jgbqsp355l6wsk"))))
     (build-system waf-build-system)
     (arguments
      (list



reply via email to

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