diff mbox series

[bug#55955] : Update sbcl-dexador to 0.9.15

Message ID 87o7yvaasr.fsf@gmail.com
State Accepted
Headers show
Series [bug#55955] : Update sbcl-dexador to 0.9.15 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

André A. Gomes June 14, 2022, 8:50 a.m. UTC
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.

Comments

Guillaume Le Vaillant June 14, 2022, 2 p.m. UTC | #1
André A. Gomes <andremegafone@gmail.com> skribis:

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

I made the version field use the 'git-version' function to take the
revision number into consideration, and pushed the patch as
893fc788fb0ca28d596317258dec668be314602c.
Thanks.
André A. Gomes June 14, 2022, 2:08 p.m. UTC | #2
Guillaume Le Vaillant <glv@posteo.net> writes:

> I made the version field use the 'git-version' function to take the
> revision number into consideration, and pushed the patch as
> 893fc788fb0ca28d596317258dec668be314602c.
> Thanks.

Thank you Guillaume!
diff mbox series

Patch

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