[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sbcl-ironclad: Update to 0.51.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sbcl-ironclad: Update to 0.51. |
Date: |
Sat, 05 Sep 2020 08:53:40 -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 81ea278 gnu: sbcl-ironclad: Update to 0.51.
81ea278 is described below
commit 81ea278e05986f9ccee078bd00d4d7fc309dd19c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 5 14:41:42 2020 +0200
gnu: sbcl-ironclad: Update to 0.51.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.51.
---
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 0b7c27e..1357021 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1716,7 +1716,7 @@ also be supported.")
(define-public sbcl-ironclad
(package
(name "sbcl-ironclad")
- (version "0.50")
+ (version "0.51")
(source
(origin
(method git-fetch)
@@ -1724,7 +1724,7 @@ also be supported.")
(url "https://github.com/sharplispers/ironclad/")
(commit (string-append "v" version))))
(sha256
- (base32 "0k4bib9mbrzalbl9ivkw4a7g4c7bbad1l5jw4pzkifqszy2swkr5"))
+ (base32 "1zxkzbxsfb83bb87rhp4h75cc1h5f6ziyfa5lvaa30zgix9l2d7v"))
(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.51.,
guix-commits <=