guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: xfce4-mpc-plugin: Update to 0.5.3.


From: guix-commits
Subject: 14/15: gnu: xfce4-mpc-plugin: Update to 0.5.3.
Date: Mon, 1 May 2023 00:13:21 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit a6b9424e6fbb761ae40e4c1bc234a182706f718a
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon May 1 09:44:43 2023 +0800

    gnu: xfce4-mpc-plugin: Update to 0.5.3.
    
    * gnu/packages/xfce.scm (xfce4-mpc-plugin): Update to 0.5.3.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 34b4f34b08..5bae108edc 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1801,7 +1801,7 @@ multi-mailbox mail watcher.  Currently, the protocols 
supported are:
 (define-public xfce4-mpc-plugin
   (package
    (name "xfce4-mpc-plugin")
-   (version "0.5.2")
+   (version "0.5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1810,7 +1810,7 @@ multi-mailbox mail watcher.  Currently, the protocols 
supported are:
                                   "/xfce4-mpc-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "0q3pysdp85b3c7g3b59y3c69g4nw6bvbf518lnri4lxrnsvpizpf"))))
+                "0kb6nz3md3cacl7ys6gz4h2qailr050wp28b7qy2v66d396znrq4"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

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