* [bug#55955] [PATCH]: Update sbcl-dexador to 0.9.15
@ 2022-06-14 8:50 André A. Gomes
2022-06-14 14:00 ` bug#55955: " Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: André A. Gomes @ 2022-06-14 8:50 UTC (permalink / raw)
To: 55955; +Cc: pierre
[-- Attachment #1: Type: text/plain, Size: 365 bytes --]
Hi Guix,
Notice this is indeed revision 1, not revision 0, since version 0.9.15
corresponds to another commit:
https://github.com/fukamachi/dexador/commit/17d6f54a65e54a96b4682cf4d107493489d671f3
Hopefully I have proceeded according to Guix's guidelines .
Please find the patch attached.
--
André A. Gomes
"You cannot even find the ruins..."
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sbcl-dexador-Update-to-0.9.15.patch --]
[-- Type: text/x-patch, Size: 1465 bytes --]
From 128f1432697600de6e866980f3f1f8b0b3df0ce9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
Date: Tue, 14 Jun 2022 09:46:23 +0100
Subject: [PATCH] gnu: sbcl-dexador: Update to 0.9.15.
* gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.15.
---
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 c3b14135a3..afea42087b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6056,12 +6056,12 @@ (define-public ecl-cl-cookie
(sbcl-package->ecl-package sbcl-cl-cookie))
(define-public sbcl-dexador
- (let ((commit "953090f04c4d1a9ee6632b90133cdc297b68badc")
+ (let ((commit "74a233edb0ebf2b8c696fb8db984ac568fbcc4e5")
(revision "1"))
(package
(name "sbcl-dexador")
(build-system asdf-build-system/sbcl)
- (version "0.9.14" )
+ (version "0.9.15" )
(home-page "https://github.com/fukamachi/dexador")
(source
(origin
@@ -6072,7 +6072,7 @@ (define-public sbcl-dexador
(file-name (git-file-name name version))
(sha256
(base32
- "0w18fz3301rpmwc3kwb810czcd24mbf7r1z8vdyc0v5crjfpw3mn"))))
+ "14cbykd9j8klm8sz3siq5zk78a0ljd6rdwfq12fi4h1ih50apyfi"))))
(inputs
`(("trivial-gray-streams" ,sbcl-trivial-gray-streams)
("babel" ,sbcl-babel)
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-14 14:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-14 8:50 [bug#55955] [PATCH]: Update sbcl-dexador to 0.9.15 André A. Gomes
2022-06-14 14:00 ` bug#55955: " Guillaume Le Vaillant
2022-06-14 14:08 ` [bug#55955] " André A. Gomes
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.