Merge pull request #176744 from r-ryantm/auto-update/python310Packages.google-cloud-datastore

python310Packages.google-cloud-datastore: 2.6.1 -> 2.6.2
This commit is contained in:
Sandro 2022-06-07 18:56:10 +02:00 committed by GitHub
commit 83374c6c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "2.6.1";
version = "2.6.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-2ItUrY5oMTtWig2UIC2IEOKgaaYsVuy9ralDitzQzdc=";
sha256 = "sha256-Ie/SyTY8AkmDXRKWwZiukD76HpwJEtp7IBusWj+Y4HE=";
};
propagatedBuildInputs = [