python312Packages.model-bakery: 1.18.1 -> 1.18.2

This commit is contained in:
R. Ryantm 2024-07-17 04:09:30 +00:00
parent 73ff0bcbd3
commit c975c4f01f

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "model-bakery";
version = "1.18.1";
version = "1.18.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "model-bakers";
repo = "model_bakery";
rev = "refs/tags/${version}";
hash = "sha256-QsfVKPasGFzcLIwx7t9H9I2o2JNUFLKbKc86tntltg8=";
hash = "sha256-X+P4ajTtjzIUFlOGM5D87oEb8nN1MFUyKtNy8RKAvB0=";
};
build-system = [ hatchling ];