Skip to content

Commit b9e2cc9

Browse files
committed
python312Packages.polyfactory: 2.18.0 -> 2.18.1
1 parent e0aa706 commit b9e2cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/polyfactory/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
buildPythonPackage rec {
2020
pname = "polyfactory";
21-
version = "2.18.0";
21+
version = "2.18.1";
2222
pyproject = true;
2323

2424
src = fetchPypi {
2525
inherit version pname;
26-
hash = "sha256-BNi01JhuQGzUwWzAHou3Rwg4QtV6XA26Y6Ie5e91umY=";
26+
hash = "sha256-F8nbGK/k+4192OW6KW5p2g/PfQ87Y9GEDrENE1rtWq0=";
2727
};
2828

2929
build-system = [ hatchling ];

0 commit comments

Comments
 (0)