python3Packages.faker: 13.3.4 -> 13.15.0

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:06 +02:00
parent 478d154afb
commit 67257c62f1

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "faker";
version = "13.3.4";
version = "13.15.0";
src = fetchPypi {
pname = "Faker";
inherit version;
hash = "sha256-GIlhBl+1x46mOfQhdvVRAPcskMOjF5rGyVXEvXErBRE=";
hash = "sha256-oSb6ZvVOZaZ/kT3MaYydAj3vcneIJTa94paPyscBv9U=";
};
propagatedBuildInputs = [