diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-21 21:21:12 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-21 21:57:31 +0000 |
commit | 9d1f3593e8810bfb52150509404f87a0ebc322d9 (patch) | |
tree | 462b6db07da7e5626bb92b958a3e5bef88694604 /gnu | |
parent | ae1c3ce8dcdbf12bc13926a945160f71461291ab (diff) | |
download | guix-9d1f3593e8810bfb52150509404f87a0ebc322d9.tar.gz |
gnu: cl-form-types: Update to 0.3.2.
* gnu/packages/lisp-xyz.scm (sbcl-cl-form-types): Update to 0.3.2. Change-Id: I33a90bba9efb181466d113951a9eb398d20b2648
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 fa462ca16d..511ef98b42 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -16655,7 +16655,7 @@ and comparison operations when used heavily in numeric code.") (define-public sbcl-cl-form-types (package (name "sbcl-cl-form-types") - (version "0.3.1") + (version "0.3.2") (source (origin (method git-fetch) @@ -16665,7 +16665,7 @@ and comparison operations when used heavily in numeric code.") (file-name (git-file-name name version)) (sha256 (base32 - "17kdjqmm2ib347b8lqm3k4kca2j53kr0azb6h7m0v5i157ibndsw")))) + "0k4j657vfh4zblp9a7d3z15r82yyz4fzqh8vfn2s7ljsj1dmhp2n")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-agutil |