python312Packages.google-cloud-pubsub: 2.21.0 -> 2.21.1

This commit is contained in:
R. Ryantm 2024-04-05 02:57:16 +00:00
parent 86485bebac
commit 8f8686780e
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.21.0";
version = "2.21.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-lAF/C8moX6P02RPzEukwoP4hd1vWjd5cZm4vGxrd+BE=";
hash = "sha256-MfzwdES3+BOmFsS2UOH78dyZigiP4AWadhZIVawX8Fw=";
};
build-system = [