This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a5fe83f4dc gnu: sbcl-static-vectors: Update to 1.9.3.
a5fe83f4dc is described below

commit a5fe83f4dc1ff79186c8bd915eea228cda9efb2f
Author: jgart <[email protected]>
AuthorDate: Sat Jan 31 00:59:31 2026 -0500

    gnu: sbcl-static-vectors: Update to 1.9.3.
    
    * gnu/packages/lisp-xyz.scm (sbcl-static-vectors): Update to 1.9.3.
    
    Change-Id: I9c8e116fb7604a52832af0a324d2a4edea241f02
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 28c11966fd..fc3cd2496c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -30543,7 +30543,7 @@ and comparison operations when used heavily in numeric 
code.")
 (define-public sbcl-static-vectors
   (package
     (name "sbcl-static-vectors")
-    (version "1.8.9")
+    (version "1.9.3")
     (source
      (origin
        (method git-fetch)
@@ -30552,7 +30552,7 @@ and comparison operations when used heavily in numeric 
code.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "079qa20lhanzsz1qf4iags91n0ziylbjgbcymm5a5qj7yryas4fw"))))
+        (base32 "1sn37hyf6x56irn2qqc51ncqswa3n94j6cxwcj2ixgxmszcyzx5h"))))
     (native-inputs
      (list sbcl-fiveam))
     (inputs

Reply via email to