diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:41 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:07 +0800 |
| commit | 59b60b9cdf4a0e8a0e7b07bc8c5308c6b72ddb97 (patch) | |
| tree | 92646ead9eb452c4516b55f45906c28c2ae21949 /gnu | |
| parent | cf9e66c269ee7b61639a4cf65698081c610a1b61 (diff) | |
gnu: xfce4-time-out-plugin: Update to 1.2.0.
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.2.0.
Change-Id: I3572a83b3235177cc4e3f6eb2d628a15264b9ae6
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 960d058a1d..bc862c7e63 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2234,7 +2234,7 @@ swap space and the system uptime in the Xfce4 panel.") (define-public xfce4-time-out-plugin (package (name "xfce4-time-out-plugin") - (version "1.1.4") + (version "1.2.0") (source (origin (method git-fetch) @@ -2244,7 +2244,7 @@ swap space and the system uptime in the Xfce4 panel.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1fk3h968yp9hq707na2kj1fvqa0dg1pqzy3g987if1sjw1w2d1qm")))) + (base32 "1cda3qyg7dzvk9bwc54pnwm8p5yi5hs3xs5f1wg31cm7gi5al9w7")))) (build-system gnu-build-system) (native-inputs (list xfce4-dev-tools)) |
