coqPackages.math-classes: 8.12.0 -> 8.13.0

This commit is contained in:
larsr 2021-07-17 16:25:34 +02:00 committed by GitHub
parent 9c6245447c
commit dfbc940137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,10 @@ with lib; mkCoqDerivation {
pname = "math-classes";
inherit version;
defaultVersion = if versions.range "8.6" "8.12" coq.coq-version then "8.12.0" else null;
defaultVersion = if versions.range "8.11" "8.13" coq.coq-version then "8.13.0" else
if versions.range "8.6" "8.10" coq.coq-version then "8.12.0" else null;
release."8.12.0".sha256 = "14nd6a08zncrl5yg2gzk0xf4iinwq4hxnsgm4fyv07ydbkxfb425";
release."8.13.0".sha256 = "1ln7ziivfbxzbdvlhbvyg3v30jgblncmwcsam6gg3d1zz6r7cbby";
extraBuildInputs = [ bignums ];