mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: sbcl-cl-fast-ecs: Update to 0.9.1.
* gnu/packages/lisp-xyz.scm (sbcl-cl-fast-ecs): Update to 0.9.1. Change-Id: I8fe7b0d6432dc986f3eabde7da4b520e37cfcad0
This commit is contained in:
parent
8e1c068309
commit
f675fb1a78
1 changed files with 2 additions and 2 deletions
|
|
@ -6103,7 +6103,7 @@ Common Lisp.")
|
|||
(define-public sbcl-cl-fast-ecs
|
||||
(package
|
||||
(name "sbcl-cl-fast-ecs")
|
||||
(version "0.8.0")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -6112,7 +6112,7 @@ Common Lisp.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name "cl-fast-ecs" version))
|
||||
(sha256
|
||||
(base32 "09fv58pgfa1byplzzh4mzriwwnnn5i2ib8z19dbnbl7y8zy568hi"))))
|
||||
(base32 "0s2pc1ffbddjsvc92pdd4wlv1353byaar60kmn4zcnwy5g9p81nv"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
(list graphviz-minimal
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue