gnu: sbcl-static-dispatch: Update to 0.5.1.

* gnu/packages/lisp-xyz.scm (sbcl-static-dispatch): Update to 0.5.1.
  [inputs]: Replace trivia by optima.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2021-05-15 12:00:45 +01:00 committed by Guillaume Le Vaillant
parent 62f204e1e6
commit ce9c5fd6ba
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -13169,7 +13169,7 @@ (define-public ecl-cl-environments
(define-public sbcl-static-dispatch
(package
(name "sbcl-static-dispatch")
(version "0.5")
(version "0.5.1")
(source
(origin
(method git-fetch)
@ -13178,7 +13178,7 @@ (define-public sbcl-static-dispatch
(commit (string-append "v" version))))
(file-name (git-file-name "static-dispatch" version))
(sha256
(base32 "1a4vgfcn6qnpdkxxv93rri7zf3c92alixp6nyqwpz8mg2xmvy1j3"))))
(base32 "1602vx6ybp0n8mbrrp6q8397fkkyvhrqpahc302pjdb57qildajz"))))
(build-system asdf-build-system/sbcl)
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
@ -13190,7 +13190,7 @@ (define-public sbcl-static-dispatch
("cl-environments" ,sbcl-cl-environments)
("closer-mop" ,sbcl-closer-mop)
("iterate" ,sbcl-iterate)
("trivia" ,sbcl-trivia)))
("optima" ,sbcl-optima)))
(home-page "https://github.com/alex-gutev/static-dispatch")
(synopsis "Static generic function dispatch for Common Lisp")
(description "Static dispatch is a Common Lisp library, inspired by