[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch lisp-team updated: gnu: cl-ironclad: Update to 0.61.
From: |
guix-commits |
Subject: |
branch lisp-team updated: gnu: cl-ironclad: Update to 0.61. |
Date: |
Tue, 20 Aug 2024 04:33:11 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch lisp-team
in repository guix.
The following commit(s) were added to refs/heads/lisp-team by this push:
new 9cdad6aeb6 gnu: cl-ironclad: Update to 0.61.
9cdad6aeb6 is described below
commit 9cdad6aeb6b69a8fd0fd37858347d5894bf51ed2
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Aug 20 10:23:05 2024 +0200
gnu: cl-ironclad: Update to 0.61.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.61.
Change-Id: I1288b2bd8553d37ea4f7a65acbf7e672ebc1ebb2
---
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 35faeccf7a..e2acf5712f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17684,7 +17684,7 @@ and @code{kqueue(2)}), a pathname library and
file-system utilities.")
(define-public sbcl-ironclad
(package
(name "sbcl-ironclad")
- (version "0.60")
+ (version "0.61")
(source
(origin
(method git-fetch)
@@ -17692,7 +17692,7 @@ and @code{kqueue(2)}), a pathname library and
file-system utilities.")
(url "https://github.com/sharplispers/ironclad/")
(commit (string-append "v" version))))
(sha256
- (base32 "122ldxiddkscb3li5wjrppr7vyn77znyjfgs8pbflrskzyxlabdd"))
+ (base32 "1yszjy6a0q1jvdgd7fpmnvi9851s8ivp4plscw27lbnl7jlj1pmk"))
(file-name (git-file-name "cl-ironclad" version))))
(build-system asdf-build-system/sbcl)
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch lisp-team updated: gnu: cl-ironclad: Update to 0.61.,
guix-commits <=