python311Packages.types-aiobotocore: 2.12.1 -> 2.12.2

This commit is contained in:
Fabian Affolter 2024-04-06 00:08:18 +02:00
parent 887e7678ac
commit b3dadc5e4e
1 changed files with 2 additions and 2 deletions

View File

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