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
|
{ 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 = [
|
||||||
|
|
Loading…
Reference in a new issue