python312Packages.model-bakery: 1.19.5 -> 1.20.0

This commit is contained in:
R. Ryantm
2024-10-11 07:49:07 +00:00
parent 35f64dd473
commit 1e87793b5f
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "model-bakery";
version = "1.19.5";
version = "1.20.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "model-bakers";
repo = "model_bakery";
rev = "refs/tags/${version}";
hash = "sha256-hOXE3mddGmRRgO9qAlj3bnmco8QTg2rD0sgui3J9pp8=";
hash = "sha256-71c5p6FypqbwUUoYu4dTamYnBlks1fiXTp7dUfc0ZQs=";
};
build-system = [ hatchling ];