guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: sbcl-ironclad: Update to 0.53.


From: guix-commits
Subject: 02/04: gnu: sbcl-ironclad: Update to 0.53.
Date: Fri, 18 Dec 2020 04:48:56 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 1963a611f7e3836000b4c64d56c14a9293cc498b
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Dec 18 10:21:24 2020 +0100

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