python312Packages.model-bakery: 1.19.1 -> 1.19.2

This commit is contained in:
R. Ryantm 2024-08-16 17:49:05 +00:00
parent 21a5d0457f
commit 2d9403eeb2

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "model-bakery";
version = "1.19.1";
version = "1.19.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-OSLRFuBG4GamSOpZvkPvoBanmRdDM8lCTNOwwZVjyEQ=";
hash = "sha256-Y1cv4AykDUkO5z1ejKuBphPGijnjpbgGcmwGBxeebcY=";
};
build-system = [ hatchling ];