guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sbcl-ironclad: Update to 0.49.


From: guix-commits
Subject: branch master updated: gnu: sbcl-ironclad: Update to 0.49.
Date: Tue, 14 Apr 2020 05:47:27 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new acaeaa0  gnu: sbcl-ironclad: Update to 0.49.
acaeaa0 is described below

commit acaeaa0a29014f66350ee11486ad1168e1368960
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Apr 14 11:26:37 2020 +0200

    gnu: sbcl-ironclad: Update to 0.49.
    
    * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.49.
      [inputs]: Add trivial-garbage.
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9bda4af..795ff66 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1711,7 +1711,7 @@ also be supported.")
 (define-public sbcl-ironclad
   (package
     (name "sbcl-ironclad")
-    (version "0.48")
+    (version "0.49")
     (source
      (origin
        (method git-fetch)
@@ -1719,8 +1719,7 @@ also be supported.")
              (url "https://github.com/sharplispers/ironclad/";)
              (commit (string-append "v" version))))
        (sha256
-        (base32
-         "1wzczpgvgjc5h8ghz75kxi7iykmqxqchdhgdhkif9j99kyqvbyam"))
+        (base32 "0kbzqg2aasrhjwy3nrzy2ddy809n1j045w4qkyc3r2syqd203d4q"))
        (file-name (git-file-name name version))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
@@ -1728,7 +1727,8 @@ also be supported.")
      `(("rt" ,sbcl-rt)))
     (inputs
      `(("bordeaux-threads" ,sbcl-bordeaux-threads)
-       ("flexi-streams" ,sbcl-flexi-streams)))
+       ("flexi-streams" ,sbcl-flexi-streams)
+       ("trivial-garbage" ,sbcl-trivial-garbage)))
     (synopsis "Cryptographic toolkit written in Common Lisp")
     (description
      "Ironclad is a cryptography library written entirely in Common Lisp.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]