sbcl_2_1_9: init at 2.1.9

http://www.sbcl.org/news.html#2.1.9
This commit is contained in:
sternenseemann 2021-09-30 15:22:20 +02:00
parent 8ed1616157
commit 4467ba6101
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
import ./common.nix {
version = "2.1.9";
sha256 = "189gjqzdz10xh3ybiy4ch1r98bsmkcb4hpnrmggd4y2g5kqnyx4y";
}

View file

@ -12570,6 +12570,7 @@ with pkgs;
sbcl_2_0_9 = callPackage ../development/compilers/sbcl/2.0.9.nix {};
sbcl_2_1_1 = callPackage ../development/compilers/sbcl/2.1.1.nix {};
sbcl_2_1_2 = callPackage ../development/compilers/sbcl/2.1.2.nix {};
sbcl_2_1_9 = callPackage ../development/compilers/sbcl/2.1.9.nix {};
sbcl = sbcl_2_1_2;
roswell = callPackage ../development/tools/roswell/default.nix { };