mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python311Packages.boto3: 1.28.57 -> 1.33.6
https://github.com/boto/boto3/compare/1.28.57...1.33.6
This commit is contained in:
parent
24f657d938
commit
5d49cc8acb
@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "boto3";
|
||||
version = "1.28.57"; # N.B: if you change this, change botocore and awscli to a matching version
|
||||
version = "1.33.6"; # 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-+kuILCUK10tvpfTEAHZGvKKmpw6Pgn+v2kQkwCkPMKg=";
|
||||
hash = "sha256-oOrUVBh1sbaOibU8A+bGZ4z7IEiE4gjHwZ+8889Hv60=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -43,6 +43,10 @@ buildPythonPackage rec {
|
||||
"tests/integration"
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
crt = [ botocore.optional-dependencies.crt ];
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/boto/boto3";
|
||||
changelog = "https://github.com/boto/boto3/blob/${version}/CHANGELOG.rst";
|
||||
|
Loading…
Reference in New Issue
Block a user