mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: xfce4-screensaver: Update to 0.1.9.
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.9.
This commit is contained in:
parent
515b085180
commit
07ce7ae531
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue