gnu: xfce4-screensaver: Update to 0.1.9.

* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.9.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-29 01:20:57 +01:00
parent 515b085180
commit 07ce7ae531
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1158,7 +1158,7 @@ (define-public xfce4-screenshooter
(define-public xfce4-screensaver
(package
(name "xfce4-screensaver")
(version "0.1.8")
(version "0.1.9")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@ -1168,7 +1168,7 @@ (define-public xfce4-screensaver
version ".tar.bz2"))
(sha256
(base32
"1mv0r150yb29kji2rr2462g9p574bqjax1lb6bzcqgpxlmg08mj0"))))
"11p48yyjgy6crwfbyvm16yg0rkzn90ssd2wygzmwvwrx3wkzyhsp"))))
(build-system gnu-build-system)
(arguments
`(#:phases