guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: mpv-mpris: Update to 0.5.


From: guix-commits
Subject: 02/09: gnu: mpv-mpris: Update to 0.5.
Date: Mon, 25 May 2020 15:39:56 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit fe95a0784c4d7ec1dc99fb1da1070f07aa40245d
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon May 25 20:56:52 2020 +0300

    gnu: mpv-mpris: Update to 0.5.
    
    * gnu/packages/video.scm (mpv-mpris): Update to 0.5.
---
 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 152f356..6529ae6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1530,7 +1530,7 @@ projects while introducing many more.")
 (define-public mpv-mpris
   (package
     (name "mpv-mpris")
-    (version "0.4")
+    (version "0.5")
     (source
       (origin
         (method git-fetch)
@@ -1540,7 +1540,7 @@ projects while introducing many more.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "1fr3jvja8s2gdpx8qyk9r17977flms3qpm8zci62nd9r5wjdvr5i"))))
+          "07p6li5z38pkfd40029ag2jqx917vyl3ng5p2i4v5a0af14slcnk"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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