python37Packages.google-i18n-address: 2.3.4 -> 2.3.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-google-i18n-address/versions
This commit is contained in:
R. RyanTM 2019-06-17 11:34:19 -07:00
parent e2d07d2cc7
commit d912b0d845

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-i18n-address";
version = "2.3.4";
version = "2.3.5";
src = fetchPypi {
inherit pname version;
sha256 = "0f1j1lp9bmllkzhciw0lxi7ipm8w461n0p97mz9714br0cs9glm1";
sha256 = "1kkg3x92m40z0mw712z9apnrw08qsx0f9lj7lfgddkdbx4vd8v3w";
};
propagatedBuildInputs = [ requests ];