mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-public ecl-static-dispatch
|
|||
(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 @@ (define-public sbcl-cl-form-types
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17kdjqmm2ib347b8lqm3k4kca2j53kr0azb6h7m0v5i157ibndsw"))))
|
||||
"0k4j657vfh4zblp9a7d3z15r82yyz4fzqh8vfn2s7ljsj1dmhp2n"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-agutil
|
||||
|
|
Loading…
Reference in a new issue