aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorcage <cage-dev@twistfold.it>2024-08-24 12:33:43 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-08-26 11:04:27 +0200
commita7c5ab516e896023233919524d99b07809b79ec3 (patch)
tree8afe39328b29a1ee5a0c672da39ed7f6098861cc /gnu
parentcbdd70217a55eeaf4eb2c0c9586c73d6f95dc0c9 (diff)
downloadguix-a7c5ab516e896023233919524d99b07809b79ec3.tar
guix-a7c5ab516e896023233919524d99b07809b79ec3.tar.gz
gnu: cl-tooter: Update to 1.0.0-5.76fbb360.
* gnu/packages/lisp-xyz.scm (sbcl-tooter): Update to 1.0.0-5.76fbb360. Change-Id: I76b6085621bce12b3142a9db81c5dfeaae40a16d Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7ce8ff03ca..1b684c61bd 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -28008,8 +28008,8 @@ determine the cost of certain actions on a given platform and implementation.")
(sbcl-package->ecl-package sbcl-the-cost-of-nothing))
(define-public sbcl-tooter
- (let ((commit "2dcc2facddcacd79d0cce545a8c4b73c35826fc1")
- (revision "4"))
+ (let ((commit "76fbb36552b036ee84ec7fe4773616470b1ce4c2")
+ (revision "5"))
(package
(name "sbcl-tooter")
(version (git-version "1.0.0" revision commit))
@@ -28021,7 +28021,7 @@ determine the cost of certain actions on a given platform and implementation.")
(commit commit)))
(file-name (git-file-name "cl-tooter" version))
(sha256
- (base32 "1zisrmslj4rnibm02vxh7hbas2cfsjh6iizs2nfdg3a3pn7bhf6h"))))
+ (base32 "05icr9aflxvqbkjj0f6yh0g5cr77vf9qdvwvlicw2nvbw4jdnmm8"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria