Merge pull request #63363 from r-ryantm/auto-update/python3.7-google-i18n-address

python37Packages.google-i18n-address: 2.3.4 -> 2.3.5
This commit is contained in:
Maximilian Bosch 2019-06-20 17:48:00 +02:00 committed by GitHub
commit e4fdd21675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];