all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "André A. Gomes" <andremegafone@gmail.com>
To: 55955@debbugs.gnu.org
Cc: pierre@atlas.engineer
Subject: [bug#55955] [PATCH]: Update sbcl-dexador to 0.9.15
Date: Tue, 14 Jun 2022 09:50:28 +0100	[thread overview]
Message-ID: <87o7yvaasr.fsf@gmail.com> (raw)

[-- 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


             reply	other threads:[~2022-06-14  8:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-14  8:50 André A. Gomes [this message]
2022-06-14 14:00 ` bug#55955: [PATCH]: Update sbcl-dexador to 0.9.15 Guillaume Le Vaillant
2022-06-14 14:08   ` [bug#55955] " André A. Gomes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7yvaasr.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=55955@debbugs.gnu.org \
    --cc=pierre@atlas.engineer \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.