guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: sbcl-ironclad: Update to 0.52.


From: guix-commits
Subject: 11/12: gnu: sbcl-ironclad: Update to 0.52.
Date: Tue, 1 Dec 2020 05:55:59 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 7a0f660609b279c2208b71cc688f7c5584157f29
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Dec 1 11:45:51 2020 +0100

    gnu: sbcl-ironclad: Update to 0.52.
    
    * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.52.
---
 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 0e71fd0..b0f5af6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1581,7 +1581,7 @@ also be supported.")
 (define-public sbcl-ironclad
   (package
     (name "sbcl-ironclad")
-    (version "0.51")
+    (version "0.52")
     (source
      (origin
        (method git-fetch)
@@ -1589,7 +1589,7 @@ also be supported.")
              (url "https://github.com/sharplispers/ironclad/";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1zxkzbxsfb83bb87rhp4h75cc1h5f6ziyfa5lvaa30zgix9l2d7v"))
+        (base32 "0cyghppxwg7jr56af6098drbl6byknqlqcnj9sqlab5pxlywzkxx"))
        (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]