iyzsong pushed a commit to branch master
in repository guix.

commit 15c031c37b558d6fdb28fa547af00b87b6042c2c
Author: 宋文武 <[email protected]>
AuthorDate: Tue Aug 1 19:29:40 2023 +0800

    gnu: xfce4-cpugraph-plugin: Update to 1.2.8.
    
    * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.8.
---
 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 def09555c7..0c674b8f78 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1553,7 +1553,7 @@ A plugin for the Xfce panel is also available.")
 (define-public xfce4-cpugraph-plugin
   (package
    (name "xfce4-cpugraph-plugin")
-   (version "1.2.7")
+   (version "1.2.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1562,7 +1562,7 @@ A plugin for the Xfce panel is also available.")
                                   "/xfce4-cpugraph-plugin-" version 
".tar.bz2"))
               (sha256
                (base32
-                "01bl6glkwfvqvxm3sp3y4mb8szx7bnqnjns59sb8cwgdg3i539k8"))))
+                "1gylfmpn36cm1b1kz0x8smy5hixzlhmdg5i53cj5fzgk4773id5z"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))

Reply via email to