guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: xfce4-genmon-plugin: Update to 4.1.0.


From: guix-commits
Subject: 04/05: gnu: xfce4-genmon-plugin: Update to 4.1.0.
Date: Wed, 23 Dec 2020 06:01:29 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit c2e49ead4317ebfc32fcbced758beb7beef11a61
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Dec 23 09:22:15 2020 +0100

    gnu: xfce4-genmon-plugin: Update to 4.1.0.
    
    * gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.1.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 6ac8572..4341d76 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1624,7 +1624,7 @@ be clicked to open the chosen mount point.")
 (define-public xfce4-genmon-plugin
   (package
    (name "xfce4-genmon-plugin")
-   (version "4.0.2")
+   (version "4.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1633,7 +1633,7 @@ be clicked to open the chosen mount point.")
                                   "/xfce4-genmon-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1ai3pwgv61nv7i2dyrvncnc63r8kdjbkp40vp51vzak1dx924v15"))))
+                "0zafr1jrw87l7h4z3wp88gj7n5mcygm22aw42vdpnp2l8x5nn9fi"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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