guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: sbcl-ironclad: Update to 0.56.


From: guix-commits
Subject: 04/05: gnu: sbcl-ironclad: Update to 0.56.
Date: Tue, 28 Sep 2021 05:46:54 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 226ff4147abd53100664234888a286e4412815cd
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Sep 28 10:52:49 2021 +0200

    gnu: sbcl-ironclad: Update to 0.56.
    
    * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.56.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b349d44..fa10506 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2134,7 +2134,7 @@ also be supported.")
 (define-public sbcl-ironclad
   (package
     (name "sbcl-ironclad")
-    (version "0.55")
+    (version "0.56")
     (source
      (origin
        (method git-fetch)
@@ -2142,7 +2142,7 @@ also be supported.")
              (url "https://github.com/sharplispers/ironclad/";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1w4slnc4143w1gcff1wxsivzb8kcji0bpd7y9rld3sabay0qprwl"))
+        (base32 "0dhakily94vswl8a6q9ad0af8nk4pnvfgx7sw9kxl1wdq1pkg3ni"))
        (file-name (git-file-name name version))))
     (build-system asdf-build-system/sbcl)
     (native-inputs



reply via email to

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