diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:40 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:07 +0800 |
| commit | cfd77f3e54753e3a2d58931aa45895afb291f21f (patch) | |
| tree | 041fbab24c722964802810254f257d3dae5d65ce /gnu | |
| parent | dea3a3fc635b5122be54468e4742cebdc0c0d052 (diff) | |
gnu: xfce4-diskperf-plugin: Update to 2.8.0.
* gnu/packages/xfce.scm (xfce4-diskperf-plugin): Update to 2.8.0.
Change-Id: I0b4aafae432b32a092a48b115513cde429da5e22
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 72e1399bd8..c399194053 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -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)) |
