Fabian Affolter 2024-04-22 10:05:22 +02:00
parent 152e23f469
commit 03cf072bfa
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "model-bakery";
version = "1.17.0";
version = "1.18.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "model-bakers";
repo = "model_bakery";
rev = "refs/tags/${version}";
hash = "sha256-o3BI2lMwctR9tiGmY07dAOQUfv9K4rWkc/xI6uHnVfs=";
hash = "sha256-mf6NV7r/9kDCRlszx/QGtfEsC1O/SATd6+EX+w7ptEQ=";
};
nativeBuildInputs = [