lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #141436 from AndersonTorres/new-pylibs

pythonPackages.faker: 8.8.2 -> 9.3.1

authored by

Anderson Torres and committed by
GitHub
d2301668 0a36c658

+5 -5
+5 -5
pkgs/development/python-modules/faker/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 3 , fetchPypi 4 + , freezegun 5 + , pillow 6 + , pytestCheckHook 4 7 , python-dateutil 5 8 , text-unidecode 6 - , freezegun 7 - , pytestCheckHook 8 9 , ukpostcodeparser 9 - , pillow 10 10 , validators 11 11 }: 12 12 13 13 buildPythonPackage rec { 14 14 pname = "faker"; 15 - version = "8.8.2"; 15 + version = "9.3.1"; 16 16 17 17 src = fetchPypi { 18 18 pname = "Faker"; 19 19 inherit version; 20 - sha256 = "sha256-IlNMOqbS7584QDojTcm3G1y4ePt2XHKZS+Xce06vCGU="; 20 + hash = "sha256-zdnpry+6XJbuLsSshBm7pFjia1iiuYwfZGfuZglr7lI="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [