pythonPackages.faker: 8.8.2 -> 9.3.1
This commit is contained in:
parent
e69f5a133f
commit
13fc66d455
1 changed files with 5 additions and 5 deletions
|
@ -1,23 +1,23 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, freezegun
|
||||
, pillow
|
||||
, pytestCheckHook
|
||||
, python-dateutil
|
||||
, text-unidecode
|
||||
, freezegun
|
||||
, pytestCheckHook
|
||||
, ukpostcodeparser
|
||||
, pillow
|
||||
, validators
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "faker";
|
||||
version = "8.8.2";
|
||||
version = "9.3.1";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Faker";
|
||||
inherit version;
|
||||
sha256 = "sha256-IlNMOqbS7584QDojTcm3G1y4ePt2XHKZS+Xce06vCGU=";
|
||||
hash = "sha256-zdnpry+6XJbuLsSshBm7pFjia1iiuYwfZGfuZglr7lI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue