* [bug#48438] [PATCH 1/1]: static-dispatch: update to 0.5.1
@ 2021-05-15 11:04 Sharlatan Hellseher
2021-05-15 12:00 ` bug#48438: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-05-15 11:04 UTC (permalink / raw)
To: 48438
[-- Attachment #1: Type: text/plain, Size: 446 bytes --]
Hi Guix team!
This patch includes the latest release of static-dispatch with fixes.
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0001-gnu-static-dispatch-Update-to-0.5.1.patch --]
[-- Type: text/x-patch, Size: 1684 bytes --]
From 73fc179db7cd5fc88c5f2298d97dcc5bf3c88caf Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sat, 15 May 2021 12:00:45 +0100
Subject: [PATCH] gnu: static-dispatch: Update to 0.5.1
* gnu/packages/lisp-xyz.scm (sbcl-static-dispatch):
[inputs]: Replace trivia to optima
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 172c5d9805..9d07d5b058 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13169,7 +13169,7 @@ environment access API.")
(define-public sbcl-static-dispatch
(package
(name "sbcl-static-dispatch")
- (version "0.5")
+ (version "0.5.1")
(source
(origin
(method git-fetch)
@@ -13178,7 +13178,7 @@ environment access API.")
(commit (string-append "v" version))))
(file-name (git-file-name "static-dispatch" version))
(sha256
- (base32 "1a4vgfcn6qnpdkxxv93rri7zf3c92alixp6nyqwpz8mg2xmvy1j3"))))
+ (base32 "1602vx6ybp0n8mbrrp6q8397fkkyvhrqpahc302pjdb57qildajz"))))
(build-system asdf-build-system/sbcl)
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
@@ -13190,7 +13190,7 @@ environment access API.")
("cl-environments" ,sbcl-cl-environments)
("closer-mop" ,sbcl-closer-mop)
("iterate" ,sbcl-iterate)
- ("trivia" ,sbcl-trivia)))
+ ("optima" ,sbcl-optima)))
(home-page "https://github.com/alex-gutev/static-dispatch")
(synopsis "Static generic function dispatch for Common Lisp")
(description "Static dispatch is a Common Lisp library, inspired by
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#48438: [PATCH 1/1]: static-dispatch: update to 0.5.1
2021-05-15 11:04 [bug#48438] [PATCH 1/1]: static-dispatch: update to 0.5.1 Sharlatan Hellseher
@ 2021-05-15 12:00 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-05-15 12:00 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: 48438-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as ce9c5fd6baa24e96065943a70f091b9d222e2329.
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-05-15 12:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-15 11:04 [bug#48438] [PATCH 1/1]: static-dispatch: update to 0.5.1 Sharlatan Hellseher
2021-05-15 12:00 ` bug#48438: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.