Commit c6a612af authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 0b35f052
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 ];