mathcomp-infotheo: 0.5.1 -> 0.5.2
This commit is contained in:
parent
477e0860b7
commit
b2f53e3726
@ -6,9 +6,11 @@ mkCoqDerivation {
|
||||
owner = "affeldt-aist";
|
||||
inherit version;
|
||||
defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp-analysis.version] [
|
||||
{ cases = [ (isGe "8.17") (isGe "0.6.0") ]; out = "0.5.2"; }
|
||||
{ cases = [ (range "8.15" "8.16") (range "0.5.4" "0.6.2") ]; out = "0.5.1"; }
|
||||
] null;
|
||||
release."0.5.1".sha256 = "sha256-yBBl5l+V+dggsg5KM59Yo9CULKog/xxE8vrW+ZRnX7Y=";
|
||||
release."0.5.2".sha256 = "sha256-8WAnAV53c0pMTdwj8XcUDUkLZbpUgIQbEOgOb63uHQA=";
|
||||
|
||||
propagatedBuildInputs = [ mathcomp-analysis ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user