[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sbcl-ironclad: Update to 0.54.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sbcl-ironclad: Update to 0.54. |
Date: |
Wed, 06 Jan 2021 08:47:54 -0500 |
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 61ec6dc gnu: sbcl-ironclad: Update to 0.54.
61ec6dc is described below
commit 61ec6dc63b4928f9c6c3ae2662ef4078390dcd5e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Jan 6 14:29:11 2021 +0100
gnu: sbcl-ironclad: Update to 0.54.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.54.
---
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 82cfa67..c3205ad 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1724,7 +1724,7 @@ also be supported.")
(define-public sbcl-ironclad
(package
(name "sbcl-ironclad")
- (version "0.53")
+ (version "0.54")
(source
(origin
(method git-fetch)
@@ -1732,7 +1732,7 @@ also be supported.")
(url "https://github.com/sharplispers/ironclad/")
(commit (string-append "v" version))))
(sha256
- (base32 "01qdfa0jggqbwlsb3aw1iigvs5xhnddk6kn3abhan59956dsbp02"))
+ (base32 "07g0wpvfqq2yk23prs890d4qvbnr3xd6w8ssd88g89xdg483wpvk"))
(file-name (git-file-name name version))))
(build-system asdf-build-system/sbcl)
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sbcl-ironclad: Update to 0.54.,
guix-commits <=