Robert Schütz
2025-05-23 08:37:41 -07:00
parent 1e75690075
commit 434eb77aca
2 changed files with 3 additions and 3 deletions
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "boto";
repo = "boto3";
tag = version;
hash = "sha256-89GUr0isFEKmBevWgPW5z4uU1zOTQ1kM8RX1mlsvdXw=";
hash = "sha256-OYD/PC/UO6jqBBlMwXJE+5kdIIX72C1Bpz4iswmQ/IA=";
};
build-system = [
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.36.21"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.38.9"; # 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-wk3KCRagEju4ywJfoBR8/4dH3xYgzGgaSHavDYCd5XY=";
hash = "sha256-rFLnSM7SwzXS08+Qde2FqU+sP5SIVAawP34iG8keAtM=";
};
build-system = [