[PATCH 1/1] gnu: static-vectors: Update to 1.8.6

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 4 years ago
(address . guix-patches@gnu.org)
CAO+9K5rR=u3x-uwv7GrABTyHnsYfHQ+DK2XLragr+PoihTnOAg@mail.gmail.com
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From 8c1f6e33c377bed203b5e4ce7a68db893b5a8e90 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Tue, 9 Feb 2021 20:55:36 +0000
Subject: [PATCH] gnu: static-vectors: Update to 1.8.6

* gnu/packages/lisp-xyz.scm (sbcl-static-vectors)
[inputs]: Add alexandria
---
gnu/packages/lisp-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9044261dad..42a1d2efec 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-cffi" ,sbcl-cffi)
+ ("sbcl-alexandria" ,sbcl-alexandria)))
(build-system asdf-build-system/sbcl)
(home-page "https://github.com/sionescu/static-vectors")
(synopsis "Allocate SIMPLE-ARRAYs in static memory")
--
2.30.0
Guillaume Le Vaillant wrote 4 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 46409-done@debbugs.gnu.org)
8735y4w74y.fsf@yamatai
Patch pushed as 301f63239ab581b93572b4eaa9d2d69cec4714f0.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYCO03Q8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+6SgD8Dopxod0pLKyTYt8MzTDlWdn/ENgIkqVhjF3I
zoYkouYA/3FXxC9SdF68u16XRxpTzWiNXVrpM+hs8xXsuTfrQw/8
=kTRk
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46409@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46409
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help