python3Packages.inventree: 0.21.1 -> 0.23.1 (#519599)

This commit is contained in:
Nick Cao
2026-05-13 20:11:04 +00:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage (finalAttrs: {
pname = "inventree";
version = "0.21.1";
version = "0.23.1";
pyproject = true;
__structuredAttrs = true;
@@ -26,7 +26,7 @@ buildPythonPackage (finalAttrs: {
owner = "inventree";
repo = "inventree-python";
tag = finalAttrs.version;
hash = "sha256-n/iJ2/xFxwRFbZKjcrbWMnx2lp7ITJsyHDLcCtdmEDI=";
hash = "sha256-xctn1IDdNRzr+T8uIxu1HvhdVR0damiRkQVWL0EXrkg=";
};
build-system = [