summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2021-02-09 15:02:52 +0100
committerEfraim Flashner <efraim@flashner.co.il>2021-02-10 11:08:41 +0200
commit6724b3033c6190246c179df27ee78da5d8fa17f4 (patch)
treead8c174071c4f3959ae770f66e3eebdf88bef9fb /gnu/packages/xfce.scm
parentb85ba9d4574b5ee640663010502d57d09f4b82f7 (diff)
downloadguix-patches-6724b3033c6190246c179df27ee78da5d8fa17f4.tar
guix-patches-6724b3033c6190246c179df27ee78da5d8fa17f4.tar.gz
gnu: xfce4-taskmanager: Update to 1.4.2.
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.4.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
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 9d8fead43c..42c68d9992 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1069,7 +1069,7 @@ the desktop wallpaper.")
(define-public xfce4-taskmanager
(package
(name "xfce4-taskmanager")
- (version "1.4.1")
+ (version "1.4.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1077,7 +1077,7 @@ the desktop wallpaper.")
"xfce4-taskmanager-" version ".tar.bz2"))
(sha256
(base32
- "0nsvjrsg8bc4wbqqq9y9r4nvdsz3443q0qz05k68qjdxwzyx4h8i"))))
+ "1ya81si7xhqqbbc9lfcjg2i1pi1qdfw1pnjry7kf95f1w50244nd"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)