Merge pull request #336978 from r-ryantm/auto-update/python312Packages.model-bakery

python312Packages.model-bakery: 1.19.2 -> 1.19.4
This commit is contained in:
Nick Cao 2024-08-24 10:31:14 -04:00 committed by GitHub
commit c5a4bbca9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "model-bakery";
version = "1.19.2";
version = "1.19.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "model-bakers";
repo = "model_bakery";
rev = "refs/tags/${version}";
hash = "sha256-Y1cv4AykDUkO5z1ejKuBphPGijnjpbgGcmwGBxeebcY=";
hash = "sha256-Jok5fQ8z9/v6n482yYA06ugC+4SSMuV7fmt1cdv3/dg=";
};
build-system = [ hatchling ];