lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.google-cloud-pubsub: 2.13.10 -> 2.13.11

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-pubsub/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "google-cloud-pubsub"; 18 - version = "2.13.10"; 18 + version = "2.13.11"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.7"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-PnRqGpfJa9xj/FSZUp7XJi8UZPbejIuuYjjBIgCRmsA="; 25 + hash = "sha256-CFh47PuzmR/qavOgEaot2fVBXRnHYNDemlhSTSqhut4="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [