Merge pull request #285259 from r-ryantm/auto-update/python311Packages.types-aiobotocore
python311Packages.types-aiobotocore: 2.11.0 -> 2.11.1
This commit is contained in:
commit
813cb77797
1 changed files with 2 additions and 2 deletions
|
@ -364,12 +364,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "types-aiobotocore";
|
pname = "types-aiobotocore";
|
||||||
version = "2.11.0";
|
version = "2.11.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-gw6q/ht30klxav7Du4siFvAkU6Mx2VIzNyDbJzaK47Y=";
|
hash = "sha256-LsG7jHSIEk//iAiBD6SwL6JjlQSezBFGEzrxeYtPrkQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue