diff options
author | jgart <jgart@dismail.de> | 2024-09-30 23:19:33 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2024-09-30 23:19:33 -0500 |
commit | 043bc3b5fef87ec4708e81304aa8b57a13643554 (patch) | |
tree | 2838f30dbcd35a169fa93524c557070359325448 /gnu | |
parent | 836ff7494740f52853c472e15ddeafff399097bf (diff) | |
download | guix-043bc3b5fef87ec4708e81304aa8b57a13643554.tar guix-043bc3b5fef87ec4708e81304aa8b57a13643554.tar.gz |
gnu: cl-str: Update to 0.21.
* gnu/packages/lisp-xyz.scm (cl-str): Update to 0.21.
Change-Id: I9773052519d552122866b103f00d6f3c45eba59c
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 871f3e612a..c31b130b79 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9602,7 +9602,7 @@ ability to store all Common Lisp data types into streams.") (define-public sbcl-cl-str (package (name "sbcl-cl-str") - (version "0.19") + (version "0.21") (home-page "https://github.com/vindarel/cl-str") (source (origin (method git-fetch) @@ -9610,7 +9610,7 @@ ability to store all Common Lisp data types into streams.") (url home-page) (commit version))) (sha256 - (base32 "1jyza2jhn7w6fl4w87pv0m87z5ia48m6dqw12k0mdh7l3mgjq839")) + (base32 "0r9niyvkj7jyc93rxys6pgqazzpl1ybfryjn8jig721xhjxrsblm")) (file-name (git-file-name name version)))) (build-system asdf-build-system/sbcl) (inputs |