python3Packages.openccu-loom-types: 0.3.3 -> 0.3.10

Diff: https://github.com/SukramJ/openccu-loom-types/compare/v0.3.3...v0.3.10

Changelog: https://github.com/SukramJ/openccu-loom-types/blob/v0.3.10/changelog.md
This commit is contained in:
Robert Schütz
2026-08-10 13:34:12 -07:00
parent a551667fcc
commit ce5c4fbdb7

View File

@@ -10,7 +10,7 @@
buildPythonPackage (finalAttrs: {
pname = "openccu-loom-types";
version = "0.3.3";
version = "0.3.10";
pyproject = true;
__structuredAttrs = true;
@@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
owner = "SukramJ";
repo = "openccu-loom-types";
tag = "v${finalAttrs.version}";
hash = "sha256-67OVl9+cP+/CmlwzfdwVYzWhL/XDQ8zE8ZLyU1bSm0s=";
hash = "sha256-dEqDQW+WllrhE2bBzVflQSy39SeRGhBhNTBvi4OVxSw=";
};
build-system = [ setuptools ];