diff options
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index aa82745f0e..9f63de2ace 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -904,7 +904,7 @@ color temperature should be set to match the lamps in your room.") (define-public xscreensaver (package (name "xscreensaver") - (version "5.36") + (version "5.37") (source (origin (method url-fetch) @@ -913,7 +913,7 @@ color temperature should be set to match the lamps in your room.") version ".tar.gz")) (sha256 (base32 - "0v60mdhvv42jla5hljp77igng11kxpah5fs9j7ci65kz0hw552vb")))) + "1ng5ddzb4k2h1w54pvk9hzxvnxxmc54bc4a2ibk974nzjjjaxivs")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no check target |