aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2022-08-22 10:39:18 +0800
committer宋文武 <iyzsong@member.fsf.org>2022-08-22 10:39:18 +0800
commit1dd5b07955057980d7551452154ada861096f321 (patch)
tree7547c8108dab4ba32807487f011b7a61134f401c /gnu/packages/xfce.scm
parent7b521f3a90ad28e971d984bc95e1682349042b62 (diff)
downloadguix-1dd5b07955057980d7551452154ada861096f321.tar
guix-1dd5b07955057980d7551452154ada861096f321.tar.gz
gnu: xfce4-equake-plugin: Update to 1.3.8.1.
* gnu/packages/xfce.scm (xfce4-equake-plugin): Update to 1.3.8.1.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3c0785418b..bcf255864f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1504,7 +1504,7 @@ watch your every step.")
(define-public xfce4-equake-plugin
(package
(name "xfce4-equake-plugin")
- (version "1.3.8")
+ (version "1.3.8.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1513,7 +1513,7 @@ watch your every step.")
"/xfce4-equake-plugin-" version ".tar.bz2"))
(sha256
(base32
- "09b9k0n5xm115k44x74w4ad0xqklilyfh0hglsps7zj97pd7a5a3"))))
+ "073lxks7fb0bwgsp5rfwa310b9vd5jz6y5q8aa69kgfi0kbczygg"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))