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 | 500de13b8f1b242b9cfeb1d15037799f4e0ba281 (patch) | |
| tree | d840b02d39425f298a6749741591b4c8d7ea03d9 /gnu | |
| parent | 58cba8b86ca06848a5decec98a801e7132cd88c1 (diff) | |
gnu: xfce4-cpugraph-plugin: Update to 1.3.0.
* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.3.0.
Change-Id: I9e72319d8dc308a83b74598e5403666a09d6969b
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 6fde4d272d4..c7277251f6f 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm | |||
| @@ -1734,7 +1734,7 @@ A plugin for the Xfce panel is also available.") | |||
| 1734 | (define-public xfce4-cpugraph-plugin | 1734 | (define-public xfce4-cpugraph-plugin |
| 1735 | (package | 1735 | (package |
| 1736 | (name "xfce4-cpugraph-plugin") | 1736 | (name "xfce4-cpugraph-plugin") |
| 1737 | (version "1.2.11") | 1737 | (version "1.3.0") |
| 1738 | (source | 1738 | (source |
| 1739 | (origin | 1739 | (origin |
| 1740 | (method git-fetch) | 1740 | (method git-fetch) |
| @@ -1744,7 +1744,7 @@ A plugin for the Xfce panel is also available.") | |||
| 1744 | (commit (string-append name "-" version)))) | 1744 | (commit (string-append name "-" version)))) |
| 1745 | (file-name (git-file-name name version)) | 1745 | (file-name (git-file-name name version)) |
| 1746 | (sha256 | 1746 | (sha256 |
| 1747 | (base32 "1z3vbpn6ylx32fnncswi0ghp01bpxqvs0idmr8fc3rl546pgmqa3")))) | 1747 | (base32 "1xqihcnpz2548832f9lcs4aflk0s2jz88n16i80i0rnark22hw11")))) |
| 1748 | (build-system gnu-build-system) | 1748 | (build-system gnu-build-system) |
| 1749 | (native-inputs | 1749 | (native-inputs |
| 1750 | (list xfce4-dev-tools)) | 1750 | (list xfce4-dev-tools)) |
