unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46409] [PATCH 1/1] gnu: static-vectors: Update to 1.8.6
@ 2021-02-09 20:58 Sharlatan Hellseher
  2021-02-10 10:26 ` bug#46409: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-02-09 20:58 UTC (permalink / raw)
  To: 46409

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-static-vectors-Update-to-1.8.6.patch --]
[-- Type: text/x-patch, Size: 1426 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46409: [PATCH 1/1] gnu: static-vectors: Update to 1.8.6
  2021-02-09 20:58 [bug#46409] [PATCH 1/1] gnu: static-vectors: Update to 1.8.6 Sharlatan Hellseher
@ 2021-02-10 10:26 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-10 10:26 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 46409-done

[-- Attachment #1: Type: text/plain, Size: 68 bytes --]

Patch pushed as 301f63239ab581b93572b4eaa9d2d69cec4714f0.
Thanks.



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-10 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 20:58 [bug#46409] [PATCH 1/1] gnu: static-vectors: Update to 1.8.6 Sharlatan Hellseher
2021-02-10 10:26 ` bug#46409: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).