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.55.


From: guix-commits
Subject: branch master updated: gnu: sbcl-ironclad: Update to 0.55.
Date: Mon, 29 Mar 2021 07:51:45 -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 7c9016b  gnu: sbcl-ironclad: Update to 0.55.
7c9016b is described below

commit 7c9016bbadee306d1d470a1b44fc2b640842281e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Mar 29 13:33:18 2021 +0200

    gnu: sbcl-ironclad: Update to 0.55.
    
    * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.55.
---
 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 ab258ef..1e6880f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2094,7 +2094,7 @@ also be supported.")
 (define-public sbcl-ironclad
   (package
     (name "sbcl-ironclad")
-    (version "0.54")
+    (version "0.55")
     (source
      (origin
        (method git-fetch)
@@ -2102,7 +2102,7 @@ also be supported.")
              (url "https://github.com/sharplispers/ironclad/";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "07g0wpvfqq2yk23prs890d4qvbnr3xd6w8ssd88g89xdg483wpvk"))
+        (base32 "1w4slnc4143w1gcff1wxsivzb8kcji0bpd7y9rld3sabay0qprwl"))
        (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]