gnu: xscreensaver: Update to 5.36.
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.36.
This commit is contained in:
parent
ae6591efa5
commit
f68647299c
|
@ -852,7 +852,7 @@ color temperature should be set to match the lamps in your room.")
|
||||||
(define-public xscreensaver
|
(define-public xscreensaver
|
||||||
(package
|
(package
|
||||||
(name "xscreensaver")
|
(name "xscreensaver")
|
||||||
(version "5.35")
|
(version "5.36")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -861,7 +861,7 @@ color temperature should be set to match the lamps in your room.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08kbb0ry7ih436ab4i5g6lnhaaz13zkcdmbdibrn4j5gm5qq8v0y"))))
|
"0v60mdhvv42jla5hljp77igng11kxpah5fs9j7ci65kz0hw552vb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
|
Loading…
Reference in New Issue