python3Packages.faker: 17.3.0 -> 19.6.1

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:07 +02:00
parent 299f3a8896
commit 1733ac717b

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "faker";
version = "17.3.0";
version = "19.6.1";
src = fetchPypi {
pname = "Faker";
inherit version;
hash = "sha256-JrKGSlMyCU8sfzlo3uurzmm+Oe1dtNvyK0+guj0aza4=";
hash = "sha256-XWt4gLO+pwgHXd+Rk4QkRT8HBTpZ+PoEU8GHDfb/MpI=";
};
propagatedBuildInputs = [