Unverified Commit a32ca805 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.model-bakery: 1.20.1 -> 1.20.3 (#381708)

parents 5ae22e1d 2d768120
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.20.1";
  version = "1.20.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "model-bakers";
    repo = "model_bakery";
    tag = version;
    hash = "sha256-VA3rRzu1FhgCRCSRBQ+cZkwHVZr5/e++twk3hOWuc2c=";
    hash = "sha256-0zLlX0AfGDnSrV3gqheYBUwX7+iJQjBER8EEtXwVkbA=";
  };

  build-system = [ hatchling ];