iyzsong pushed a commit to branch xfce-team
in repository guix.
commit a99b7f6bacb2f8ba1cec907dd031945da4cab860
Author: 宋文武 <[email protected]>
AuthorDate: Sat Apr 1 13:07:04 2023 +0800
gnu: xfce4-screensaver: Update to 4.18.1.
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.1.
---
gnu/packages/xfce.scm | 4 ++--
1 file 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