From 1a202926acf71a75ba7fc2af22256049425f419b Mon Sep 17 00:00:00 2001 From: Charles Jackson Date: Thu, 9 Oct 2025 08:53:36 -0500 Subject: [PATCH] gnu: sbcl-charje.loop: Update to 1.0.1. * gnu/packages/lisp-xyz.scm (sbcl-charje.loop): Update to 1.0.1. [inputs]: Remove sbcl-cl-environments. [description]: Improve description. Change-Id: I9542dbe09f6554ef86928d5b9101f8066672d3fa Signed-off-by: jgart --- gnu/packages/lisp-xyz.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 0bfbd75faad310384c39a0f54bacf418dbfe6c0b..41f48f13bf5284ccec1e5085a5b96bf2ba3e11cd 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -3663,7 +3663,7 @@ initialization methods.") (define-public sbcl-charje.loop (package (name "sbcl-charje.loop") - (version "1.0.0") + (version "1.0.1") (source (origin (method git-fetch) @@ -3673,20 +3673,19 @@ initialization methods.") (file-name (git-file-name "cl-charje.loop" version)) (sha256 (base32 - "07cyfs4qasrp376304aiavg318pmb4wvnk7ny7fggddd6imaw6k5")))) + "0gp4v2awlrrqpvf2hamp51590flfin212dfccqjjxdhf4hkm8450")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-alexandria sbcl-binding-arrows - sbcl-cl-environments sbcl-parse-declarations)) (home-page "https://git.sr.ht/~charje/loop") (synopsis "Loop abstraction for Common Lisp that is consistent for different kinds of data") - (description "Loop is a joy to use and has a consistent interface unlike -other looping abstractions and ANSI list operations. You can define your own -iterators and aggregators that integrate tightly into other operations. All -operations are non-consing when possible.") + (description "Loop has a consistent interface unlike other looping +abstractions and ANSI list operations. You can define your own efters and +gatherers that integrate tightly into other operations. All operations are +non-consing when possible.") (license license:agpl3+))) (define-public cl-charje.loop