python310Packages.google-cloud-core: 2.2.2 -> 2.2.3

This commit is contained in:
Sandro Jäckel 2022-03-27 20:57:07 +02:00
parent 95df38a27d
commit 417ebf32ae
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "google-cloud-core";
version = "2.2.2";
version = "2.2.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-fRm/iGi0ENC99aA0aKPz8tsjPA7oagI/TswreksV9zY=";
sha256 = "sha256-idL3GJvG3HTeEo1CPqUsyHGfCl28zZyoBDP2UEogJVw=";
};
propagatedBuildInputs = [ google-api-core ];