mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: sbcl-ironclad: Update to 0.49.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.49. [inputs]: Add trivial-garbage.
This commit is contained in:
parent
5a9d2dfb74
commit
acaeaa0a29
1 changed files with 4 additions and 4 deletions
|
@ -1711,7 +1711,7 @@ (define-public ecl-nibbles
|
||||||
(define-public sbcl-ironclad
|
(define-public sbcl-ironclad
|
||||||
(package
|
(package
|
||||||
(name "sbcl-ironclad")
|
(name "sbcl-ironclad")
|
||||||
(version "0.48")
|
(version "0.49")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1719,8 +1719,7 @@ (define-public sbcl-ironclad
|
||||||
(url "https://github.com/sharplispers/ironclad/")
|
(url "https://github.com/sharplispers/ironclad/")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0kbzqg2aasrhjwy3nrzy2ddy809n1j045w4qkyc3r2syqd203d4q"))
|
||||||
"1wzczpgvgjc5h8ghz75kxi7iykmqxqchdhgdhkif9j99kyqvbyam"))
|
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -1728,7 +1727,8 @@ (define-public sbcl-ironclad
|
||||||
`(("rt" ,sbcl-rt)))
|
`(("rt" ,sbcl-rt)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bordeaux-threads" ,sbcl-bordeaux-threads)
|
`(("bordeaux-threads" ,sbcl-bordeaux-threads)
|
||||||
("flexi-streams" ,sbcl-flexi-streams)))
|
("flexi-streams" ,sbcl-flexi-streams)
|
||||||
|
("trivial-garbage" ,sbcl-trivial-garbage)))
|
||||||
(synopsis "Cryptographic toolkit written in Common Lisp")
|
(synopsis "Cryptographic toolkit written in Common Lisp")
|
||||||
(description
|
(description
|
||||||
"Ironclad is a cryptography library written entirely in Common Lisp.
|
"Ironclad is a cryptography library written entirely in Common Lisp.
|
||||||
|
|
Loading…
Reference in a new issue