Skip to content

Commit

Permalink
python312Packages.model-bakery: 1.19.5 -> 1.20.0 (#347869)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 11, 2024
2 parents 6e9bf43 + 1e87793 commit b1f6b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/model-bakery/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "model-bakery";
version = "1.19.5";
version = "1.20.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 ];
Expand Down

0 comments on commit b1f6b44

Please sign in to comment.