rocqPackages.rocq-elpi: 2.5.1 -> 2.5.2

Lucie b965e4c2 74822229

Changed files
+2 -2
pkgs
development
rocq-modules
rocq-elpi
+2 -2
pkgs/development/rocq-modules/rocq-elpi/default.nix
···
defaultVersion = lib.switch rocq-core.rocq-version [
{
case = "9.0";
-
out = "2.5.1";
}
] null;
-
release."2.5.1".sha256 = "sha256-vw18iPPoI44tM8C05Wj4YvFAi1jjfyjZ90dbxX4NgQM=";
releaseRev = v: "v${v}";
mlPlugin = true;
···
defaultVersion = lib.switch rocq-core.rocq-version [
{
case = "9.0";
+
out = "2.5.2";
}
] null;
+
release."2.5.2".sha256 = "sha256-lLzjPrbVB3rrqox528YiheUb0u89R84Xmrgkn0oplOs=";
releaseRev = v: "v${v}";
mlPlugin = true;