guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: mpv: Update to 0.34.1.


From: guix-commits
Subject: 12/13: gnu: mpv: Update to 0.34.1.
Date: Mon, 3 Jan 2022 23:39:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 18af90f0896a9e5845ca30ae85733cc6e4965c18
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 4 05:38:18 2022 +0100

    gnu: mpv: Update to 0.34.1.
    
    * gnu/packages/video.scm (mpv): Update to 0.34.1.
---
 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 a0edbfac53..23d104aec5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2101,7 +2101,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
 (define-public mpv
   (package
     (name "mpv")
-    (version "0.34.0")
+    (version "0.34.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2109,7 +2109,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 
"0kqckrgvpx42gdmnc644lpwbimwf1am256xd670w2b8sbrjv3bm9"))))
+               (base32 
"12qxwm1ww5vhjddl8yvj1xa0n1fi9z3lmzwhaiday2v59ca0qgsk"))))
     (build-system waf-build-system)
     (native-inputs
      (list perl ; for zsh completion file



reply via email to

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