Skip to content

Commit 1536926

Browse files
authored
Merge pull request #292381 from fabaff/google-cloud-pubsub-bump
python311Packages.google-cloud-pubsub: 2.19.6 -> 2.19.7
2 parents eaabc88 + bf9da70 commit 1536926

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-pubsub

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-pubsub/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
buildPythonPackage rec {
1919
pname = "google-cloud-pubsub";
20-
version = "2.19.6";
20+
version = "2.19.7";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.7";
2424

2525
src = fetchPypi {
2626
inherit pname version;
27-
hash = "sha256-Tq5LyYRj29rq11l/dmb/4U/GKqvtEOPjIslcsFD6fb4=";
27+
hash = "sha256-2l8eshfAcnvvp8hbm5XmqJsytCLVSMnPmh4ClBAnC4c=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)