We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0aa706 commit b9e2cc9Copy full SHA for b9e2cc9
pkgs/development/python-modules/polyfactory/default.nix
@@ -18,12 +18,12 @@
18
19
buildPythonPackage rec {
20
pname = "polyfactory";
21
- version = "2.18.0";
+ version = "2.18.1";
22
pyproject = true;
23
24
src = fetchPypi {
25
inherit version pname;
26
- hash = "sha256-BNi01JhuQGzUwWzAHou3Rwg4QtV6XA26Y6Ie5e91umY=";
+ hash = "sha256-F8nbGK/k+4192OW6KW5p2g/PfQ87Y9GEDrENE1rtWq0=";
27
};
28
29
build-system = [ hatchling ];
0 commit comments