summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 17:55:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 18:15:48 +0100
commit112c584c22ea5ad3264b17bca57ee60225742831 (patch)
treeceb353ce850686a31a8920fe8789b0e5dcf04f60 /gnu/packages/xfce.scm
parent5e7eb053c9395c4b3036b27cb50d39be37c85791 (diff)
downloadguix-patches-112c584c22ea5ad3264b17bca57ee60225742831.tar
guix-patches-112c584c22ea5ad3264b17bca57ee60225742831.tar.gz
gnu: xfce4-screensaver: Update to 0.1.11.
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.11.
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 e08e2c4999..a21679a4d1 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1176,7 +1176,7 @@ A plugin for the Xfce panel is also available.")
(define-public xfce4-screensaver
(package
(name "xfce4-screensaver")
- (version "0.1.10")
+ (version "0.1.11")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1186,7 +1186,7 @@ A plugin for the Xfce panel is also available.")
version ".tar.bz2"))
(sha256
(base32
- "0mqxbyq9np6jzky8y35dlxxmk78q2w0jvwg9kh7a4ib7vmw1qvsq"))))
+ "0xxcvvcch8bqd35ksq8l88a46xnidp59iq4ssyygki0a2vd20h41"))))
(build-system gnu-build-system)
(arguments
`(#:phases