me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-screensaver: Update to 0.1.11.

* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.11.
master
Tobias Geerinckx-Rice 2020-11-11 17:55:50 +01:00
parent 5e7eb053c9
commit 112c584c22
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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