python3Packages.faker: 19.6.1 -> 20.1.0

This commit is contained in:
Martin Weinelt
2023-12-20 20:44:19 +01:00
parent 188ec44896
commit 6fce4069d2
@@ -5,6 +5,7 @@
, pillow
, pytestCheckHook
, python-dateutil
, setuptools
, text-unidecode
, ukpostcodeparser
, validators
@@ -12,15 +13,19 @@
buildPythonPackage rec {
pname = "faker";
version = "19.6.1";
format = "setuptools";
version = "20.1.0";
pyproject = true;
src = fetchPypi {
pname = "Faker";
inherit version;
hash = "sha256-XWt4gLO+pwgHXd+Rk4QkRT8HBTpZ+PoEU8GHDfb/MpI=";
hash = "sha256-Vio6CcPtOhp7IOE9efkE39/F50D3KBPs+V5M9x5aL1I=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
python-dateutil
text-unidecode