python3Packages.botocore: 1.38.32 -> 1.40.4

https://github.com/boto/botocore/blob/1.40.4/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:59 +02:00
parent 11bd986167
commit 5ecd9ebf89
2 changed files with 3 additions and 3 deletions
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "boto";
repo = "boto3";
tag = version;
hash = "sha256-3NK9xp58w+Wrhs/i7eXLF/P9Dwadptrr4LlpV6MRbGM=";
hash = "sha256-+3UcnKgDIA9PPELnB70La+Lo03SMouVLzvLQ9zyFGsE=";
};
build-system = [
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.38.32"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.40.4"; # N.B: if you change this, change boto3 and awscli to a matching version
pyproject = true;
src = fetchFromGitHub {
owner = "boto";
repo = "botocore";
tag = version;
hash = "sha256-KW9EAeunL3+pccGsrFitonc5EHdm2Cd+7dM3kdvdkvM=";
hash = "sha256-VJAd9aCJkwSyurAWF/YAVRcSTR+9ZbkH7H6LZGvcXYY=";
};
build-system = [