python311Packages.types-aiobotocore: 2.12.2 -> 2.12.3

This commit is contained in:
R. Ryantm 2024-04-16 10:50:03 +00:00
parent 866de347db
commit 3dd3922fd2
1 changed files with 2 additions and 2 deletions

View File

@ -363,12 +363,12 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.12.2";
version = "2.12.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-cpw68B9rX30QE+pbfSRV00wg05XZuKmSYNdJ53uo7+M=";
hash = "sha256-h1dg3vgjPBYErgj8UKEcckCQuzGZr+VfhAuBS1biJ/M=";
};
build-system = [