We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaabc88 + bf9da70 commit 1536926Copy full SHA for 1536926
pkgs/development/python-modules/google-cloud-pubsub/default.nix
@@ -17,14 +17,14 @@
17
18
buildPythonPackage rec {
19
pname = "google-cloud-pubsub";
20
- version = "2.19.6";
+ version = "2.19.7";
21
pyproject = true;
22
23
disabled = pythonOlder "3.7";
24
25
src = fetchPypi {
26
inherit pname version;
27
- hash = "sha256-Tq5LyYRj29rq11l/dmb/4U/GKqvtEOPjIslcsFD6fb4=";
+ hash = "sha256-2l8eshfAcnvvp8hbm5XmqJsytCLVSMnPmh4ClBAnC4c=";
28
};
29
30
nativeBuildInputs = [
0 commit comments