diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-26 22:07:57 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-01 09:22:25 +0800 |
commit | 7a0c808e78eab949342e12308c5a00c453f6b1c5 (patch) | |
tree | 69796c1e5424faceffeb5a7e41dcfb3c377ae29c /gnu | |
parent | 2f73c1f0fa8c07d36c0eddac9a75d7dd1f7fbce5 (diff) | |
download | guix-7a0c808e78eab949342e12308c5a00c453f6b1c5.tar.gz guix-7a0c808e78eab949342e12308c5a00c453f6b1c5.zip |
gnu: xfce4-time-out-plugin: Update to 1.1.3.
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.3.
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 07304b4834..f2e0831e30 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2036,7 +2036,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.2") + (version "1.1.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -2045,7 +2045,7 @@ swap space and the system uptime in the Xfce4 panel.") "/xfce4-time-out-plugin-" version ".tar.bz2")) (sha256 (base32 - "1m42kmi0x3xb0lzj2nd7q2r5y5r2viqcvxfpbg1aafzzjjkfpn1x")))) + "1s4f4akj45bjhqhnfb8wim2snw52wrdym1yqpcccfpp9c5is672s")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) |