lol
0
fork

Configure Feed

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

Merge pull request #195494 from r-ryantm/auto-update/python310Packages.google-cloud-pubsub

authored by

Sandro and committed by
GitHub
3ec2e573 7fddeebc

+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.7"; 18 + version = "2.13.9"; 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-ZQofVdFmK0Rs9w7tdX7op1IFglK0BH2vhjjdvnUE0yY="; 25 + hash = "sha256-5hD6Pi55OviEF0szcDu6j6ME4gOcr+8dBdBW4ohJzIE="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [