gnu: sbcl-static-vectors: Update to 1.8.6.

* gnu/packages/lisp-xyz.scm (sbcl-static-vectors): Update to 1.8.6.
  [inputs]: Add alexandria.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2021-02-09 20:55:36 +00:00 committed by Guillaume Le Vaillant
parent c97edf5d73
commit 301f63239a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -4183,7 +4183,7 @@ (define-public ecl-fast-http
(define-public sbcl-static-vectors (define-public sbcl-static-vectors
(package (package
(name "sbcl-static-vectors") (name "sbcl-static-vectors")
(version "1.8.4") (version "1.8.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4192,11 +4192,12 @@ (define-public sbcl-static-vectors
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0qvf9z6bhwhm8n45fjwkm7j8dcb58szfvndky65cyn4lpdval7m1")))) (base32 "01hwxzhyjkhsd3949g70120g7msw01byf0ia0pbj319q1a3cq7j9"))))
(native-inputs (native-inputs
`(("sbcl-fiveam" ,sbcl-fiveam))) `(("sbcl-fiveam" ,sbcl-fiveam)))
(inputs (inputs
`(("sbcl-cffi" ,sbcl-cffi))) `(("sbcl-alexandria" ,sbcl-alexandria)
("sbcl-cffi" ,sbcl-cffi)))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(home-page "https://github.com/sionescu/static-vectors") (home-page "https://github.com/sionescu/static-vectors")
(synopsis "Allocate SIMPLE-ARRAYs in static memory") (synopsis "Allocate SIMPLE-ARRAYs in static memory")