python312Packages.google-cloud-pubsub: 2.20.2 -> 2.20.3

This commit is contained in:
R. Ryantm 2024-03-22 02:19:41 +00:00
parent e52b38ae97
commit 7648835328

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.20.2";
version = "2.20.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-I2BG6oYCMMeI5NTqLQ8SKZzfHZSscexC7RoM4boo1m8=";
hash = "sha256-dq8PF5UJ5DHSu+P1H0JiVng9yVm49FjBNwyxnW974LE=";
};
nativeBuildInputs = [