python3Packages.moocore: 0.2.0 -> 0.3.1 (#519105)

This commit is contained in:
Gaétan Lepage
2026-05-11 20:34:02 +00:00
committed by GitHub
@@ -18,14 +18,15 @@
buildPythonPackage (finalAttrs: {
pname = "moocore";
version = "0.2.0";
version = "0.3.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "multi-objective";
repo = "moocore";
tag = "v${finalAttrs.version}";
hash = "sha256-a0UA06no7pZd+8WQIUUrB5u87T3PoPv7dldBChEh4bw=";
hash = "sha256-6KWDnL/efGg8ss4eARQptoTYxxdLYjeg0DgDyEpxZT8=";
};
sourceRoot = "${finalAttrs.src.name}/python";