mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-static-dispatch: Update to 0.5.
* gnu/packages/lisp-xyz.scm (sbcl-static-dispatch): Update to 0.5. [version]: Use annotated tag of the latest release in upstream. [native-inputs]: Remove prove, add fiveam. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
36d4877041
commit
f46b6d6487
1 changed files with 28 additions and 30 deletions
|
@ -13172,23 +13172,21 @@ environment access API.")
|
|||
(sbcl-package->ecl-package sbcl-cl-environments))
|
||||
|
||||
(define-public sbcl-static-dispatch
|
||||
(let ((commit "6243afcd152854c52ba33daef7394367b657d9c6")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "sbcl-static-dispatch")
|
||||
(version (git-version "0.3" revision commit))
|
||||
(version "0.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/alex-gutev/static-dispatch")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "static-dispatch" version))
|
||||
(sha256
|
||||
(base32 "1lli9ar1xbnhkgb5d01rlw4pvfylg2arrw68np2c07fpkkafimg7"))))
|
||||
(base32 "1a4vgfcn6qnpdkxxv93rri7zf3c92alixp6nyqwpz8mg2xmvy1j3"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
`(("prove" ,sbcl-prove)))
|
||||
`(("fiveam" ,sbcl-fiveam)))
|
||||
(inputs
|
||||
`(("agutil" ,sbcl-agutil)
|
||||
("alexandria" ,sbcl-alexandria)
|
||||
|
@ -13212,7 +13210,7 @@ functions, such as adding/removing methods at runtime are not required. An
|
|||
example of such a case is a generic equality comparison function. Currently
|
||||
generic functions are considered far too slow to implement generic arithmetic
|
||||
and comparison operations when used heavily in numeric code.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public cl-static-dispatch
|
||||
(sbcl-package->cl-source-package sbcl-static-dispatch))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue