pythonPackages.faker: 8.8.2 -> 9.3.1

main
AndersonTorres 3 years ago
parent e69f5a133f
commit 13fc66d455
  1. 10
      pkgs/development/python-modules/faker/default.nix

@ -1,23 +1,23 @@
{ lib
, buildPythonPackage
, fetchPypi
, python-dateutil
, text-unidecode
, freezegun
, pillow
, pytestCheckHook
, python-dateutil
, text-unidecode
, 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…
Cancel
Save