python3Packages.openccu-loom-types: 0.1.52 -> 0.1.53

Diff: https://github.com/SukramJ/openccu-loom-types/compare/v0.1.52...v0.1.53

Changelog: https://github.com/SukramJ/openccu-loom-types/blob/v0.1.53/changelog.md
This commit is contained in:
Robert Schütz
2026-07-12 11:24:05 -07:00
parent c4ae77b8cf
commit 8a8a6b490a

View File

@@ -10,7 +10,7 @@
buildPythonPackage (finalAttrs: {
pname = "openccu-loom-types";
version = "0.1.52";
version = "0.1.53";
pyproject = true;
__structuredAttrs = true;
@@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
owner = "SukramJ";
repo = "openccu-loom-types";
tag = "v${finalAttrs.version}";
hash = "sha256-cdQvGvOc8RZJ5riWHeRkY07RWu6z9kDYCVSC3+tWPPA=";
hash = "sha256-WoNB/xYE24qfmCSflWqgPp9FVDdCTAdOylOiOL5byMI=";
};
build-system = [ setuptools ];