mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
ae1c3ce8dc
commit
9d1f3593e8
1 changed files with 2 additions and 2 deletions
|
@ -16655,7 +16655,7 @@ and comparison operations when used heavily in numeric code.")
|
||||||
(define-public sbcl-cl-form-types
|
(define-public sbcl-cl-form-types
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-form-types")
|
(name "sbcl-cl-form-types")
|
||||||
(version "0.3.1")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16665,7 +16665,7 @@ and comparison operations when used heavily in numeric code.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17kdjqmm2ib347b8lqm3k4kca2j53kr0azb6h7m0v5i157ibndsw"))))
|
"0k4j657vfh4zblp9a7d3z15r82yyz4fzqh8vfn2s7ljsj1dmhp2n"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-agutil
|
(list sbcl-agutil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue