python3Packages.faker: 13.3.0 -> 13.3.4

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:07 +02:00
parent a9659a42dd
commit 5bf5d3e0e7

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "faker";
version = "13.3.0";
version = "13.3.4";
src = fetchPypi {
pname = "Faker";
inherit version;
hash = "sha256-YYsUDHdHV4bb46VAmtU1Ict2dGq3pcd7mcZj8+8bG8I=";
hash = "sha256-GIlhBl+1x46mOfQhdvVRAPcskMOjF5rGyVXEvXErBRE=";
};
propagatedBuildInputs = [