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


From: guix-commits
Subject: branch master updated: gnu: mpv-mpris: Update to 1.0.
Date: Thu, 11 May 2023 05:27:57 -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 f2a5a32618 gnu: mpv-mpris: Update to 1.0.
f2a5a32618 is described below

commit f2a5a326187e2e6e97a00ec6dad740e8528e0764
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Tue May 9 01:17:59 2023 -0400

    gnu: mpv-mpris: Update to 1.0.
    
    * gnu/packages/video.scm (mpv-mpris): Update to 1.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 23c06b33ba..0abc153c60 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2356,7 +2356,7 @@ images and image hosting sites.")
 (define-public mpv-mpris
   (package
     (name "mpv-mpris")
-    (version "0.9")
+    (version "1.0")
     (source
       (origin
         (method git-fetch)
@@ -2365,7 +2365,7 @@ images and image hosting sites.")
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1c7avpzcd3sry3q7g5spcl3ywybpjzl2gjarmnlrp74k4nhbprcm"))))
+         (base32 "1vpx4kzyg4pssn1hql2ci4s9x08sdx2v0kphw4aryywnz04yjhzf"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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