guix-commits
[Top][All Lists]
Advanced

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

30/30: gnu: xfce4-cpugraph-plugin: Update to 1.2.10.


From: guix-commits
Subject: 30/30: gnu: xfce4-cpugraph-plugin: Update to 1.2.10.
Date: Tue, 19 Mar 2024 07:12:13 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 83c5e7169d3bfa23a51225a8d809a435c1f2dd6b
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 16 11:47:35 2024 +0800

    gnu: xfce4-cpugraph-plugin: Update to 1.2.10.
    
    * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.10.
    
    Change-Id: I1c68847916b4075c24baa80578ff2f5b167a9bd3
---
 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 67e38c4bf6..475d544884 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1604,7 +1604,7 @@ A plugin for the Xfce panel is also available.")
 (define-public xfce4-cpugraph-plugin
   (package
    (name "xfce4-cpugraph-plugin")
-   (version "1.2.8")
+   (version "1.2.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1613,7 +1613,7 @@ A plugin for the Xfce panel is also available.")
                                   "/xfce4-cpugraph-plugin-" version 
".tar.bz2"))
               (sha256
                (base32
-                "1gylfmpn36cm1b1kz0x8smy5hixzlhmdg5i53cj5fzgk4773id5z"))))
+                "05frfn3y009xndks9rsw90jgk0v5zfarn5jqaqci45v9ab82sy9p"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

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