This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2a8bb72274 gnu: sbcl-typo: Update to 0.0.0-1.86ebb75.
2a8bb72274 is described below
commit 2a8bb72274271456dd28b130d905a91ca03d95b8
Author: jgart <[email protected]>
AuthorDate: Sun Mar 8 12:17:30 2026 -0400
gnu: sbcl-typo: Update to 0.0.0-1.86ebb75.
* gnu/packages/lisp-xyz.scm (sbcl-typo): Update to 0.0.0-1.86ebb75.
Change-Id: I60d043589ae5f3ca204eff868a33ca138c8126b6
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 57228ef67d..e7cf3e3a9b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -33509,8 +33509,8 @@ implement low-level numerical data types and
functionality.")
(sbcl-package->clasp-package sbcl-type-templates))
(define-public sbcl-typo
- (let ((commit "0e883490f81edf2a1be4e5b101d1caec78d7853b")
- (revision "0"))
+ (let ((commit "86ebb75edba8bb6b828d5196d96f38ed1225384d")
+ (revision "1"))
(package
(name "sbcl-typo")
(version (git-version "0.0.0" revision commit))
@@ -33522,7 +33522,7 @@ implement low-level numerical data types and
functionality.")
(commit commit)))
(file-name (git-file-name "cl-typo" version))
(sha256
- (base32 "08cmkjl3f77rfhxbjyd6f3kinhzak30mdfphnpf73sh1vw4v0vym"))))
+ (base32 "12r0jwhl41mfgb3wkikisvp5qf35nmajmvqv2gjjph7j2p5qh8h0"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria