Skip to content

Commit

Permalink
python311Packages.google-cloud-pubsub: 2.19.6 -> 2.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Feb 29, 2024
1 parent b5f6e38 commit bf9da70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.19.6";
version = "2.19.7";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-Tq5LyYRj29rq11l/dmb/4U/GKqvtEOPjIslcsFD6fb4=";
hash = "sha256-2l8eshfAcnvvp8hbm5XmqJsytCLVSMnPmh4ClBAnC4c=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bf9da70

Please sign in to comment.