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

python313Packages.model-bakery: 1.20.4 -> 1.20.5 (#415217)

parents 5872b9f9 c6a612af
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.4";
  version = "1.20.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "model-bakers";
    repo = "model_bakery";
    tag = version;
    hash = "sha256-OVeBMDLV7vPDKr+aLYH0B3X+80Z69jzTSxuRG3unxgc=";
    hash = "sha256-Rf1QpIjo94h3lfZCBJfzaOMggPqy37NUOFWUbLROcec=";
  };

  build-system = [ hatchling ];