aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-30 19:10:14 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:26 +0100
commit9a885384da1d6a3a5423605a467392347628ecf3 (patch)
treeaaa5d1e8792fb3d0d731151b65671ea38c047114
parent7c0fe73bad6234ece41f94053c2b8114b9a20a8d (diff)
python3Packages.faker: 4.17.1 -> 4.18.0
-rw-r--r--pkgs/development/python-modules/faker/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/faker/default.nix b/pkgs/development/python-modules/faker/default.nix
index 74b03e8f4558..4fc505ff67af 100644
--- a/pkgs/development/python-modules/faker/default.nix
+++ b/pkgs/development/python-modules/faker/default.nix
@@ -8,7 +8,6 @@
, more-itertools
, pytest
, pytestrunner
- , random2
, ukpostcodeparser
, validators
}:
@@ -17,11 +16,11 @@ assert pythonOlder "3.3" -> ipaddress != null;
buildPythonPackage rec {
pname = "Faker";
- version = "4.17.1";
+ version = "4.18.0";
src = fetchPypi {
inherit pname version;
- sha256 = "d4183b8f57316de3be27cd6c3b40e9f9343d27c95c96179f027316c58c2c239e";
+ sha256 = "0raxw6mgvf9523v7917zqw76vqnpp0d6v3i310qnjnhpxmm78yb2";
};
nativeBuildInputs = [ pytestrunner ];
@@ -29,7 +28,6 @@ buildPythonPackage rec {
email_validator
freezegun
pytest
- random2
ukpostcodeparser
validators
]