python3Packages.faker: 9.3.1 -> 9.9.0

This commit is contained in:
Jonathan Ringer
2021-12-14 12:03:28 -08:00
parent 49a6e401e5
commit 2de9ca29df
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "faker";
version = "9.3.1";
version = "9.9.0";
src = fetchPypi {
pname = "Faker";
inherit version;
hash = "sha256-zdnpry+6XJbuLsSshBm7pFjia1iiuYwfZGfuZglr7lI=";
hash = "sha256-cidwOj2zbtgkEQhUdUREX0WqRdsvP2PohcubVpk4Pw4=";
};
propagatedBuildInputs = [