GNU bug report logs - #37252
[PATCH] gnu: ironclad: Update to 0.46.

Previous Next

Package: guix-patches;

Reported by: Guillaume Le Vaillant <glv <at> posteo.net>

Date: Sun, 1 Sep 2019 09:24:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Guillaume Le Vaillant <glv <at> posteo.net>
Subject: bug#37252: closed (Re: [bug#37252] [PATCH] gnu: ironclad: Update
 to 0.46.)
Date: Sun, 01 Sep 2019 20:29:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#37252: [PATCH] gnu: ironclad: Update to 0.46.

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 37252 <at> debbugs.gnu.org.

-- 
37252: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37252
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 37252-done <at> debbugs.gnu.org
Subject: Re: [bug#37252] [PATCH] gnu: ironclad: Update to 0.46.
Date: Sun, 01 Sep 2019 22:27:58 +0200
Guillaume Le Vaillant <glv <at> posteo.net> skribis:

> * gnu/packages/lisp.scm (sbcl-ironclad): Update to 0.46.
>   [source]: Fix file-name.
>   [inputs]: Add bordeaux-threads dependency.

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Guillaume Le Vaillant <glv <at> posteo.net>
Subject: [PATCH] gnu: ironclad: Update to 0.46.
Date: Sun,  1 Sep 2019 11:22:52 +0200
* gnu/packages/lisp.scm (sbcl-ironclad): Update to 0.46.
  [source]: Fix file-name.
  [inputs]: Add bordeaux-threads dependency.
---
 gnu/packages/lisp.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 34edea41de..ea8f63bf5a 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2175,7 +2175,7 @@ also be supported.")
 (define-public sbcl-ironclad
   (package
     (name "sbcl-ironclad")
-    (version "0.42")
+    (version "0.46")
     (source
      (origin
        (method git-fetch)
@@ -2184,14 +2184,15 @@ also be supported.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1wjcb9vpybxjrmch7f7s78a5abxmnknbd4fl49dl5lz8a3fc8vf0"))
-       (file-name (string-append "ironblad" version "-checkout"))))
+         "1s391awi2lsl7m1dbjirgpkm4p9p8wd076pakgvsvpn1rrznisnd"))
+       (file-name (git-file-name name version))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
      ;; Tests only.
      `(("rt" ,sbcl-rt)))
     (inputs
-     `(("flexi-streams" ,sbcl-flexi-streams)
+     `(("bordeaux-threads" ,sbcl-bordeaux-threads)
+       ("flexi-streams" ,sbcl-flexi-streams)
        ("nibbles" ,sbcl-nibbles)))
     (synopsis "Cryptographic toolkit written in Common Lisp")
     (description
-- 
2.23.0




This bug report was last modified 5 years and 261 days ago.

Previous Next


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