python3Packages.leanblueprint: 0.0.19 -> 0.0.20 (#473725)

This commit is contained in:
Fabian Affolter
2025-12-24 20:16:57 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
}:
buildPythonPackage {
pname = "leanblueprint";
version = "0.0.19";
version = "0.0.20";
pyproject = true;
src = fetchFromGitHub {
repo = "leanblueprint";
owner = "PatrickMassot";
rev = "v0.0.19";
hash = "sha256-WARjzalYMvbw5IlhehRX+Na5aEmgM3HKy+s0x3GJNCY=";
rev = "v0.0.20";
hash = "sha256-jCNIf0pTO/7M4aLrbFyjGcTPmaIQnw32itKJdyCMn+g=";
};
build-system = [ setuptools ];