python3Packages.faker: 6.6.3 -> 8.8.2
This commit is contained in:
committed by
Jonathan Ringer
parent
9ac61d128a
commit
760c099180
@@ -6,16 +6,17 @@
|
||||
, freezegun
|
||||
, pytestCheckHook
|
||||
, ukpostcodeparser
|
||||
, pillow
|
||||
, validators
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Faker";
|
||||
version = "6.6.3";
|
||||
version = "8.8.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c2852cadc99a4ebdbf06934e4c15e30f2307d414ead21d15605759602645f152";
|
||||
sha256 = "sha256-IlNMOqbS7584QDojTcm3G1y4ePt2XHKZS+Xce06vCGU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -25,6 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
freezegun
|
||||
pillow
|
||||
pytestCheckHook
|
||||
ukpostcodeparser
|
||||
validators
|
||||
|
||||
Reference in New Issue
Block a user