Unverified Commit c5a4bbca authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python312Packages.model-bakery: 1.19.2 -> 1.19.4
parents 66737838 ba88d7d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];