guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: playerctl: Update to 2.2.1.


From: guix-commits
Subject: branch master updated: gnu: playerctl: Update to 2.2.1.
Date: Sun, 25 Oct 2020 13:27:51 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8eca736  gnu: playerctl: Update to 2.2.1.
8eca736 is described below

commit 8eca736aafe775a13803da6267ad7fbf401e6aaf
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Oct 25 16:09:33 2020 +0100

    gnu: playerctl: Update to 2.2.1.
    
    * gnu/packages/music.scm (playerctl): Update to 2.2.1.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 36496ef..9831c16 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5049,7 +5049,7 @@ complete without obstructing your daily work.")
 (define-public playerctl
   (package
     (name "playerctl")
-    (version "2.0.2")
+    (version "2.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5058,7 +5058,7 @@ complete without obstructing your daily work.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1f3njnpd52djx3dmhh9a8p5a67f0jmr1gbk98icflr2q91149gjz"))))
+                "17hi33sw3663qz5v54bqqil31sgkrlxkb2l5bgqk87pac6x2wnbz"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dintrospection=false" "-Dgtk-doc=false")))



reply via email to

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