python314Packages.model-bakery: 1.23.2 -> 1.23.3
Diff: https://github.com/model-bakers/model_bakery/compare/1.23.2...1.23.3 Changelog: https://github.com/model-bakers/model_bakery/blob/1.23.3/CHANGELOG.md
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "model-bakery";
|
||||
version = "1.23.2";
|
||||
version = "1.23.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "model-bakers";
|
||||
repo = "model_bakery";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-7RMFbUFYUJI8gI5GVQ6kivjb6oeHGKzYbyTukMjK+8Q=";
|
||||
hash = "sha256-W5n/L5D64OCCZkVi1IFHNl/mIR1EW6PIVuvmM78kq78=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user