summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-12-28 10:06:05 +0100
committerKei Kebreau <kkebreau@posteo.net>2021-01-05 16:17:29 -0500
commit4246deaaeb6e83eeafb6cea0d2367554a49ab567 (patch)
treefa74934ae109b7d85b73f365ec6f0bfcf5716a12 /gnu/packages/xfce.scm
parentd33b7a2f1b7eb8ab55b2b1d45fe38e7b25794609 (diff)
downloadguix-patches-4246deaaeb6e83eeafb6cea0d2367554a49ab567.tar
guix-patches-4246deaaeb6e83eeafb6cea0d2367554a49ab567.tar.gz
gnu: xfce4-fsguard-plugin: Update to 1.1.2.
* gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.1.2. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
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 c4f53dbb39..215266db64 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1594,7 +1594,7 @@ this very convenient.")
(define-public xfce4-fsguard-plugin
(package
(name "xfce4-fsguard-plugin")
- (version "1.1.1")
+ (version "1.1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1603,7 +1603,7 @@ this very convenient.")
"/xfce4-fsguard-plugin-" version ".tar.bz2"))
(sha256
(base32
- "05nmfkrmifm76bsywqmbjd1qdvzagv5cbvnwbkb57156j055vl6n"))))
+ "01a1an5z4kpgi68lk98q7wga7sx676fcbnrsd5cpq4d736ifdn37"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)