pythonPackages.faker: 8.8.2 -> 9.3.1

This commit is contained in:
AndersonTorres 2021-10-12 18:35:33 -03:00
parent e69f5a133f
commit 13fc66d455

View file

@ -1,23 +1,23 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, freezegun
, pillow
, pytestCheckHook
, python-dateutil , python-dateutil
, text-unidecode , text-unidecode
, freezegun
, pytestCheckHook
, ukpostcodeparser , ukpostcodeparser
, pillow
, validators , validators
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "faker"; pname = "faker";
version = "8.8.2"; version = "9.3.1";
src = fetchPypi { src = fetchPypi {
pname = "Faker"; pname = "Faker";
inherit version; inherit version;
sha256 = "sha256-IlNMOqbS7584QDojTcm3G1y4ePt2XHKZS+Xce06vCGU="; hash = "sha256-zdnpry+6XJbuLsSshBm7pFjia1iiuYwfZGfuZglr7lI=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [