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

python3Packages.polyfactory: 3.2.0 -> 3.3.0 (#495727)

parents 00d73ef8 549fc993
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage (finalAttrs: {
  pname = "polyfactory";
  version = "3.2.0";
  version = "3.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "litestar-org";
    repo = "polyfactory";
    tag = "v${finalAttrs.version}";
    hash = "sha256-J/CHf85jomybMp2U9l5kbD5q0MtYlY9hZkjxjS2jXvg=";
    hash = "sha256-KcruZTaCUHalfQtaJmj3BHF220Ccd3LKn+my/LuYroI=";
  };

  build-system = [ hatchling ];