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:
parent
c97edf5d73
commit
301f63239a
@ -4183,7 +4183,7 @@ Lisp.")
|
||||
(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 @@ Lisp.")
|
||||
(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")
|
||||
|
Loading…
Reference in New Issue
Block a user