1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

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
This commit is contained in:
jgart
2026-01-31 00:59:31 -05:00
parent 35785d7874
commit a5fe83f4dc

View File

@@ -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