python3Packages.polyfactory: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm
2025-12-24 07:25:11 +00:00
parent e54fe91cde
commit e2992ff52a
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "polyfactory";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "litestar-org";
repo = "polyfactory";
tag = "v${version}";
hash = "sha256-WlWz9aZEOiHosZ6rYhnUwyyCf2uXHqPiU1kVk30DOBU=";
hash = "sha256-J/CHf85jomybMp2U9l5kbD5q0MtYlY9hZkjxjS2jXvg=";
};
build-system = [ hatchling ];