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

This commit is contained in:
Sandro 2022-05-27 23:09:27 +02:00 committed by GitHub
commit d6b43f8e01
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.0";
version = "2.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-6DHp8kz+CiZkzXDxPfT7KB4Yh11CwcEj3MTn5yd404Q=";
sha256 = "sha256-2ItUrY5oMTtWig2UIC2IEOKgaaYsVuy9ralDitzQzdc=";
};
propagatedBuildInputs = [