python3Packages.faker: 40.1.2 -> 40.28.1

This commit is contained in:
Martin Weinelt
2026-07-13 02:33:45 +02:00
parent a8890c899d
commit 103275bd4b

View File

@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "faker";
version = "40.1.2";
version = "40.28.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-t2poFjql8XHSYPwkgnqDSbwdtnL2pmU1no0AlegTXTA=";
hash = "sha256-KmP7Uaurh5BjbUAwoJTPlCQEy8zJwojRytcOLj6ezVg=";
};
build-system = [ setuptools ];