diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-09-20 01:36:01 +0200 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-09-22 09:43:32 +0800 |
commit | a29cd4d911d4c5f61fa094bea349acf91f7cd861 (patch) | |
tree | fcdca37b35be6e5878ea7f23e5c66f3ded8eef63 | |
parent | 83bdd835a94fd42598049c068bdaa82b1165e2c9 (diff) |
gnu: xfce4-datetime-plugin: Update to 0.8.2.
* gnu/packages/xfce.scm (xfce4-datetime-plugin): Update to 0.8.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-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 15e89e5a1d..ce383dce58 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1517,7 +1517,7 @@ each time a new earthquake occurs.") (define-public xfce4-datetime-plugin (package (name "xfce4-datetime-plugin") - (version "0.8.1") + (version "0.8.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1526,7 +1526,7 @@ each time a new earthquake occurs.") "/xfce4-datetime-plugin-" version ".tar.bz2")) (sha256 (base32 - "0h15mxq5lawlxyr6h1vxc60rkf0rpmnv81l0f52mrswww9dz3xp9")))) + "0dz0syl9dm55pqcqywbnjpi14z2xh7pg2ipmxjgn4pq1az28qf3c")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) |