mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
coqPackages.math-classes: 8.17.0 → 8.18.0
This commit is contained in:
parent
53aa767c84
commit
99d78d2fb7
@ -5,6 +5,7 @@ mkCoqDerivation {
|
||||
pname = "math-classes";
|
||||
inherit version;
|
||||
defaultVersion = with lib.versions; lib.switch coq.coq-version [
|
||||
{ case = range "8.12" "8.18"; out = "8.18.0"; }
|
||||
{ case = range "8.12" "8.17"; out = "8.17.0"; }
|
||||
{ case = range "8.6" "8.16"; out = "8.15.0"; }
|
||||
] null;
|
||||
@ -12,6 +13,7 @@ mkCoqDerivation {
|
||||
release."8.13.0".sha256 = "1ln7ziivfbxzbdvlhbvyg3v30jgblncmwcsam6gg3d1zz6r7cbby";
|
||||
release."8.15.0".sha256 = "10w1hm537k6jx8a8vghq1yx12rsa0sjk2ipv3scgir71ln30hllw";
|
||||
release."8.17.0".sha256 = "sha256-WklL8pgYTd0l4TGt7h7tWj1qcFcXvoPn25+XKF1pIKA=";
|
||||
release."8.18.0".sha256 = "sha256-0WwPss8+Vr37zX616xeuS4TvtImtSbToFQkQostIjO8=";
|
||||
|
||||
propagatedBuildInputs = [ bignums ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user