nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.faker: 37.3.0 -> 37.5.3

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/faker/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "faker"; 18 - version = "37.3.0"; 18 + version = "37.5.3"; 19 19 pyproject = true; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-d7eeeiIo1XF1Ezrwu83SbcYj34HbOQ7lL1EE1GwBDy8="; 23 + hash = "sha256-gxXY/01vT1iL1C/+Y6vVmYhseFBz4mpEcH4Q7rpXE9w="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];