~ruther/guix-local

500de13b8f1b242b9cfeb1d15037799f4e0ba281 — 宋文武 2 months ago 58cba8b
gnu: xfce4-cpugraph-plugin: Update to 1.3.0.

* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.3.0.

Change-Id: I9e72319d8dc308a83b74598e5403666a09d6969b
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 1734,7 1734,7 @@ A plugin for the Xfce panel is also available.")
(define-public xfce4-cpugraph-plugin
  (package
    (name "xfce4-cpugraph-plugin")
    (version "1.2.11")
    (version "1.3.0")
    (source
     (origin
       (method git-fetch)


@@ 1744,7 1744,7 @@ A plugin for the Xfce panel is also available.")
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1z3vbpn6ylx32fnncswi0ghp01bpxqvs0idmr8fc3rl546pgmqa3"))))
        (base32 "1xqihcnpz2548832f9lcs4aflk0s2jz88n16i80i0rnark22hw11"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))