Unverified Commit be045b3f authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.polyfactory: 2.22.4 -> 3.0.0 (#463786)

parents a9f7a3ae 99798897
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "polyfactory";
  version = "2.22.4";
  version = "3.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "litestar-org";
    repo = "polyfactory";
    tag = "v${version}";
    hash = "sha256-yX71aWRubQ4kjYmhNIKLHG+F+oLh6OHN71xfJcmRaT4=";
    hash = "sha256-ljHJQY4GpkRpa0+VerS/KwSCXNAlPLj0urNd0F7xx+4=";
  };

  build-system = [ hatchling ];