python3Packages.botocore: 1.34.49 -> 1.34.58
https://github.com/boto/botocore/blob/1.34.58/CHANGELOG.rst
This commit is contained in:
parent
9ad0eec44d
commit
ca917a81e5
@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "botocore";
|
pname = "botocore";
|
||||||
version = "1.34.49"; # N.B: if you change this, change boto3 and awscli to a matching version
|
version = "1.34.58"; # N.B: if you change this, change boto3 and awscli to a matching version
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-2JQQvGBnPq/xaZ8/H9yw46Xh96agSMDYjDzlw1SUM+w=";
|
hash = "sha256-11IWlSiG3FE+obXil5pq8I/u0vU34/wQLkoKLq1WOjU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user