python3Packages.inventree: 0.21.1 -> 0.23.1

This commit is contained in:
R. Ryantm
2026-05-13 00:47:38 +00:00
parent 604b7b4b92
commit 34091cbf0e
@@ -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 = [