GNU bug report logs - #51546
[PATCH] gnu: cl-drakma: Update to v2.0.8.

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Mon, 1 Nov 2021 11:11:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
Subject: bug#51546: closed (Re: [bug#51546] [PATCH] gnu: cl-drakma: Update
 to v2.0.8.)
Date: Tue, 02 Nov 2021 08:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#51546: [PATCH] gnu: cl-drakma: Update to v2.0.8.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 51546 <at> debbugs.gnu.org.

-- 
51546: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51546
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
Cc: 51546-done <at> debbugs.gnu.org
Subject: Re: [bug#51546] [PATCH] gnu: cl-drakma: Update to v2.0.8.
Date: Tue, 02 Nov 2021 08:17:07 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as 1865860cc13ac800661e2728237886f0516d632c.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: cl-drakma: Update to v2.0.8.
Date: Mon, 1 Nov 2021 11:10:49 +0000
* gnu/packages/lisp-xyz.scm (sbcl-drakma): Update to v2.0.8.
---
 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 d3fd81d036..53911487ac 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4022,17 +4022,17 @@ the format used by the popular compression tool bzip2.")
 (define-public sbcl-drakma
   (package
     (name "sbcl-drakma")
-    (version "2.0.7")
+    (version "2.0.8")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/edicl/drakma")
              (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
+       (file-name (git-file-name "cl-drakma" version))
        (sha256
         (base32
-         "1441idnyif9xzx3ln1p3fg36k2v9h4wasjqrzc8y52j61420qpci"))))
+         "1wf2zivfvhsh6zvd6wcwfd67bm8s8a1p2fismszc8xb819dqk9yl"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      `(("sbcl-puri" ,sbcl-puri)

base-commit: 0e19713c1fbfd3a01347e0d490434a53a596ed3c
-- 
2.25.1




This bug report was last modified 3 years and 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.