summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2021-01-03 19:36:50 +0100
committerEfraim Flashner <efraim@flashner.co.il>2021-01-11 14:15:48 +0200
commit58780f844b3944ae8dab292ef24de87d22bfe657 (patch)
tree13dd13808b762ce1994c5c23094a4276472367fb /gnu/packages/xfce.scm
parent1a1d358f2877004125235dc57b19aaace4e2c109 (diff)
downloadguix-patches-58780f844b3944ae8dab292ef24de87d22bfe657.tar
guix-patches-58780f844b3944ae8dab292ef24de87d22bfe657.tar.gz
gnu: xfce4-screensaver: Update to 4.16.0.
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.16.0. 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 2192f61dc7..6b61139157 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1285,7 +1285,7 @@ A plugin for the Xfce panel is also available.")
(define-public xfce4-screensaver
(package
(name "xfce4-screensaver")
- (version "0.1.11")
+ (version "4.16.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1295,7 +1295,7 @@ A plugin for the Xfce panel is also available.")
version ".tar.bz2"))
(sha256
(base32
- "0xxcvvcch8bqd35ksq8l88a46xnidp59iq4ssyygki0a2vd20h41"))))
+ "13962rkc7nn3yigv1km8w0z7g41kj2bxmrrwx2f6gnv27qz18kbd"))))
(build-system gnu-build-system)
(arguments
`(#:phases