~ruther/guix-local

cfd77f3e54753e3a2d58931aa45895afb291f21f — 宋文武 2 months ago dea3a3f
gnu: xfce4-diskperf-plugin: Update to 2.8.0.

* gnu/packages/xfce.scm (xfce4-diskperf-plugin): Update to 2.8.0.

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 1871,7 1871,7 @@ governor and frequencies supported and used by your system.")
(define-public xfce4-diskperf-plugin
  (package
    (name "xfce4-diskperf-plugin")
    (version "2.7.1")
    (version "2.8.0")
    (source
     (origin
       (method git-fetch)


@@ 1881,7 1881,7 @@ governor and frequencies supported and used by your system.")
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0fav30y6r08yyrrm0yzi9jrn6af6hw8qk7wk7pd172ajqgcyp4ai"))))
        (base32 "0i4imw3s4gymqmns0z1k33prlxywk1sg9q66nws7d9xnv58v5f70"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))