gnu: xscreensaver: Update to 5.35.
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.35.
This commit is contained in:
parent
46cd684e2c
commit
34c553b07e
|
@ -849,7 +849,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.34")
|
(version "5.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -858,7 +858,7 @@ color temperature should be set to match the lamps in your room.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09sy5v8bn62hiq4ib3jyvp8lipqcvn3rdsj74q25qgklpv27xzvg"))))
|
"08kbb0ry7ih436ab4i5g6lnhaaz13zkcdmbdibrn4j5gm5qq8v0y"))))
|
||||||
(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