Merge pull request #241893 from fabaff/google-cloud-core-bump

This commit is contained in:
Sandro 2023-07-06 16:07:30 +02:00 committed by GitHub
commit a7d975522a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-core";
version = "2.3.2";
version = "2.3.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uVKe5wR/2NS/SiGC3mGRVCQN8X++YOrTmQeMGuFSr5o=";
hash = "sha256-N7gCc8jX7uGugWs6IK5DWF6lBQbLDmDzz1vl+H8Tc8s=";
};
propagatedBuildInputs = [