me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-screensaver: Update to 4.18.1.

* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.1.
master
宋文武 2023-04-01 13:16:32 +08:00
parent 3a6a050522
commit 7b094d3683
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -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