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 1902a1c3de gnu: cl-data-structures: Update to 1.4.1-2.ffab568.
1902a1c3de is described below
commit 1902a1c3debb8952d151685e5db5bd17225e72cf
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Sun Aug 18 13:11:40 2024 +0200
gnu: cl-data-structures: Update to 1.4.1-2.ffab568.
* gnu/packages/lisp-xyz.scm (sbcl-cl-data-structures): Update to
1.4.1-2.ffab568.
Change-Id: I0c01399710c89e6b8950957e0db5a591cf7559fc
---
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 d85f83fbea..0b369a00d8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4796,8 +4796,8 @@ from/to strings, streams and files.")
(sbcl-package->ecl-package sbcl-cl-csv))
(define-public sbcl-cl-data-structures
- (let ((commit "25dd479377eb40ce54eed4ecc0d660aed32f3a78")
- (revision "1"))
+ (let ((commit "ffab56830f3ed777450a065890484ef22147cd44")
+ (revision "2"))
(package
(name "sbcl-cl-data-structures")
(version (git-version "1.4.1" revision commit))
@@ -4809,7 +4809,7 @@ from/to strings, streams and files.")
(commit commit)))
(file-name (git-file-name "cl-data-structures" version))
(sha256
- (base32 "1yhfahnsx56s9jzdk7jnqic5a3fiq29i1a9d0ay6fd1rg2wfa3k3"))))
+ (base32 "0h49h1x9dgr53imj0r4lgx0zvdsv3mnh7lyayzy9hlysy2ixp425"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-prove))