unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37252] [PATCH] gnu: ironclad: Update to 0.46.
@ 2019-09-01  9:22 Guillaume Le Vaillant
  2019-09-01 20:27 ` bug#37252: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Le Vaillant @ 2019-09-01  9:22 UTC (permalink / raw)
  To: 37252; +Cc: Guillaume Le Vaillant

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37252: [PATCH] gnu: ironclad: Update to 0.46.
  2019-09-01  9:22 [bug#37252] [PATCH] gnu: ironclad: Update to 0.46 Guillaume Le Vaillant
@ 2019-09-01 20:27 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-09-01 20:27 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 37252-done

Guillaume Le Vaillant <glv@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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-01 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-01  9:22 [bug#37252] [PATCH] gnu: ironclad: Update to 0.46 Guillaume Le Vaillant
2019-09-01 20:27 ` bug#37252: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).