lol
fork

Configure Feed

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

python310Packages.google-cloud-datastore: 2.17.0 -> 2.18.0

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-datastore/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "google-cloud-datastore"; 18 - version = "2.17.0"; 18 + version = "2.18.0"; 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-/q+th07TdqnR8Imer8llDSH9siKPkN6bh0GoBsITtCI="; 25 + hash = "sha256-Y7MbZ23LJ4amUNI9Mk2PiGxOFFhq/dDP5uJgpz8SRI4="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [