python3Packages.botocore: 1.27.42 -> 1.27.75

This commit is contained in:
Martin Weinelt
2022-09-18 23:57:37 +02:00
parent 5ed928e0d7
commit f4335622ae
@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.27.42"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.27.75"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OKGApmZsWpsGmnXsPPN0/ypkw+kMnySpFoWLzesERW0=";
sha256 = "sha256-+LHaK0HojFjbUdsMbv9spWQliUjOSlrH6WrDWkabDU8=";
};
propagatedBuildInputs = [