guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: sbcl-static-vectors: Update to 1.8.6.


From: guix-commits
Subject: 01/06: gnu: sbcl-static-vectors: Update to 1.8.6.
Date: Wed, 10 Feb 2021 05:25:48 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 301f63239ab581b93572b4eaa9d2d69cec4714f0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Feb 9 20:55:36 2021 +0000

    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>
---
 gnu/packages/lisp-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9044261..cce6497 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]