python312Packages.polyfactory: 2.18.0 -> 2.18.1

This commit is contained in:
wxt 2024-11-26 21:19:51 +08:00
parent e0aa70649e
commit b9e2cc9f69
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "polyfactory";
version = "2.18.0";
version = "2.18.1";
pyproject = true;
src = fetchPypi {
inherit version pname;
hash = "sha256-BNi01JhuQGzUwWzAHou3Rwg4QtV6XA26Y6Ie5e91umY=";
hash = "sha256-F8nbGK/k+4192OW6KW5p2g/PfQ87Y9GEDrENE1rtWq0=";
};
build-system = [ hatchling ];