summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-04-01 13:16:32 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-04-09 13:10:07 +0800
commit7b094d36837bdcc41e0637939f0e38dde8efaddc (patch)
tree8d815e7382e04bc5eb310070fb46b79d55914c5a /gnu/packages/xfce.scm
parent3a6a050522aff5b237cb2c42d336f53188644709 (diff)
gnu: xfce4-screensaver: Update to 4.18.1.
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.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 1fe9976d52..5cc64ac735 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1482,7 +1482,7 @@ A plugin for the Xfce panel is also available.")
(define-public xfce4-screensaver
(package
(name "xfce4-screensaver")
- (version "4.16.0")
+ (version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1492,7 +1492,7 @@ A plugin for the Xfce panel is also available.")
version ".tar.bz2"))
(sha256
(base32
- "13962rkc7nn3yigv1km8w0z7g41kj2bxmrrwx2f6gnv27qz18kbd"))))
+ "0p2an3g5jlhmr60if319cfgkqacziym52csj7dfwq64assmyhcdp"))))
(build-system gnu-build-system)
(arguments
`(#:phases