python3Packages.leanblueprint: 0.0.10 -> 0.0.18 (#438939)

This commit is contained in:
Wolfgang Walther
2025-09-23 12:11:19 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
}:
buildPythonPackage {
pname = "leanblueprint";
version = "0.0.10";
version = "0.0.18";
pyproject = true;
src = fetchFromGitHub {
repo = "leanblueprint";
owner = "PatrickMassot";
rev = "v0.0.10";
hash = "sha256-CUYdxEXgTf2vKDiOoeW4RV6tQ6prFhA4qMc0olZtZBM=";
rev = "v0.0.18";
hash = "sha256-kikeLc0huJHe4Fq207U8sdRrH26bzpo+IVKjsLnrWgY=";
};
build-system = [ setuptools ];