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