guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mpv-mpris: Update to 0.9.


From: guix-commits
Subject: branch master updated: gnu: mpv-mpris: Update to 0.9.
Date: Mon, 31 Oct 2022 02:14:39 -0400

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 5197b07e0e gnu: mpv-mpris: Update to 0.9.
5197b07e0e is described below

commit 5197b07e0e32d284ed2db51746adffcb3f9297f2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 30 22:44:09 2022 +0200

    gnu: mpv-mpris: Update to 0.9.
    
    * gnu/packages/video.scm (mpv-mpris): Update to 0.9.
---
 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 ccbfc76126..69f86b7906 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2328,7 +2328,7 @@ images and image hosting sites.")
 (define-public mpv-mpris
   (package
     (name "mpv-mpris")
-    (version "0.6")
+    (version "0.9")
     (source
       (origin
         (method git-fetch)
@@ -2337,7 +2337,7 @@ images and image hosting sites.")
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "03gldk149i2108w3ylyfmci77kdq4whdzfavh7hjviwyj534101r"))))
+         (base32 "1c7avpzcd3sry3q7g5spcl3ywybpjzl2gjarmnlrp74k4nhbprcm"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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