python310Packages.boto3: 1.26.38 -> 1.26.79

Diff: https://github.com/boto/boto3/compare/1.26.38...1.26.79

Changelog: https://github.com/boto/boto3/blob/1.26.79/CHANGELOG.rst
This commit is contained in:
Martin Weinelt 2023-02-28 18:39:28 +01:00
parent e81d5eb22f
commit 10f8156d49

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.26.38"; # N.B: if you change this, change botocore and awscli to a matching version
version = "1.26.79"; # N.B: if you change this, change botocore and awscli to a matching version
format = "pyproject";
src = fetchFromGitHub {
owner = "boto";
repo = pname;
rev = version;
hash = "sha256-/QkR6gL0XkXofnFDcKa7J0ZbZbgT0IKnqtq2wcilbEs=";
hash = "sha256-9Xsng4xZ+IGNZ3ViYVrOyKZdRH6QPSjZALj9Q3HECBU=";
};
propagatedBuildInputs = [