diff options
author | Andy Tai <atai@atai.org> | 2025-07-24 23:01:43 -0700 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 16:20:25 +0200 |
commit | 003d8c0f57cff918e06d14b143c8757dbf2220f1 (patch) | |
tree | fd26513d5bb91cc6ddd8c71ea4c8d493d4f0b08d | |
parent | 0e47deee689cad234d47764fbbad1ce159740b81 (diff) |
gnu: xscreensaver: Update to 6.12.
* gnu/packages/xdisorg.scm (xscreensaver): Update to 6.12.
Change-Id: I95f528556ae40acc863c4f5b9a3b18fc9b8629cc
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 0af511d4bb..7737aed2b1 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1998,7 +1998,7 @@ less if you are working in front of the screen at night.") (define-public xscreensaver (package (name "xscreensaver") - (version "6.08") + (version "6.12") (source (origin (method url-fetch) @@ -2006,7 +2006,7 @@ less if you are working in front of the screen at night.") (string-append "https://www.jwz.org/xscreensaver/xscreensaver-" version ".tar.gz")) (sha256 - (base32 "18vnbs2ns42cgnnsvwn0zh98wcfzxf2k9mib5x5zkv6f4njjpxaw")) + (base32 "0hvn67qs0rns6qi9phhs601vzbryx2kyvginfcybrfz32y17kxjg")) (modules '((guix build utils))) (snippet ;; 'configure.ac' checks for $ac_unrecognized_opts and exits if it's |