[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cl-ironclad: Update to 0.59.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cl-ironclad: Update to 0.59. |
Date: |
Mon, 24 Jul 2023 04:51:27 -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 cf9904bcc8 gnu: cl-ironclad: Update to 0.59.
cf9904bcc8 is described below
commit cf9904bcc8dd03e73675475bb4d8746dc434e415
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Jul 24 10:27:45 2023 +0200
gnu: cl-ironclad: Update to 0.59.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.59.
---
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 95bc9d5d75..9ef315ff94 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3389,7 +3389,7 @@ also be supported.")
(define-public sbcl-ironclad
(package
(name "sbcl-ironclad")
- (version "0.58")
+ (version "0.59")
(source
(origin
(method git-fetch)
@@ -3397,7 +3397,7 @@ also be supported.")
(url "https://github.com/sharplispers/ironclad/")
(commit (string-append "v" version))))
(sha256
- (base32 "17plga14y1425g7midysj49x12kssqa77l43cr3sm9976zpya8i8"))
+ (base32 "02abwy59v9hfdl2ya4h6l2hc1xrnvqlxzg9vlk87wmi92azpa8v9"))
(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 master updated: gnu: cl-ironclad: Update to 0.59.,
guix-commits <=