gnu: cl-numcl: Update to 0.2.0-3.a28f612.

* gnu/packages/lisp-xyz.scm (sbcl-numcl): Update to 0.2.0-3.a28f612.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
jgart 2022-02-08 19:23:29 -05:00 committed by Guillaume Le Vaillant
parent ceaf56e19c
commit 62c2991c90
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -9642,8 +9642,8 @@ (define-public ecl-gtype
((#:tests? _ #f) #f))))))
(define-public sbcl-numcl
(let ((commit "3dcdb0e24a33943d6c3a188ecbb0c78003bf975c")
(revision "2"))
(let ((commit "a28f612d072e5f93137584de5155a42243b3bd6b")
(revision "3"))
(package
(name "sbcl-numcl")
(version (git-version "0.2.0" revision commit))
@ -9655,7 +9655,7 @@ (define-public sbcl-numcl
(commit commit)))
(file-name (git-file-name "numcl" version))
(sha256
(base32 "17m1rx1gfjbbmgjsf33b8s4bygfsj1hb6kvmypkql21qzjvx60nl"))))
(base32 "15m4spbgayawnw5jjz04zfp0jnk9g6hgq5fmr648hzjzj50j1d78"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:test-asd-file "numcl.test.asd"