python310Packages.google-api-core: 2.7.1 -> 2.8.1

This commit is contained in:
Sandro Jäckel 2022-06-01 20:30:33 +02:00
parent a8b4ad0a7a
commit 5562c64642
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "google-api-core";
version = "2.7.1";
version = "2.8.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-sPpXflEvDI4GM4a5dHGLhhRYanmMWJTtNL7fJW2driQ=";
sha256 = "sha256-lYAkxqo0YLCPNXQSMQdqTdmkyBmmo51E2pYn/r6LKPA=";
};
propagatedBuildInputs = [