python312Packages.types-aiobotocore: 2.15.1 -> 2.15.2, python312Packages.types-aiobotocore-*: 2.15.1 -> 2.15.2 (#351534)

This commit is contained in:
Fabian Affolter 2024-10-27 08:28:34 +01:00 committed by GitHub
commit cbb234f440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 689 additions and 689 deletions

View File

@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.15.1";
version = "2.15.2";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-DW7QyEVvvlnew0WqFCgA2wg3uYvKHtX2jPbvbVITd0U=";
hash = "sha256-Y+akVszDPiyjUKrliM/bu5S97PNTPmqFePc2xbK4Vgc=";
};
build-system = [ setuptools ];

View File

@ -371,7 +371,7 @@ for package in "${packages[@]}"; do
url="https://pypi.io/packages/source/t/${package}/${package//-/_}-${version}.tar.gz"
hash=$(nix-prefetch-url --type sha256 $url)
sri_hash="$(nix hash to-sri --type sha256 $hash)"
sri_hash="$(nix hash convert --hash-algo sha256 --to sri $hash)"
package_short="${package#types-aiobotocore-}"
awk -i inplace -v pkg="$package" -v pkg_short="$package_short" -v ver="$version" -v hash="$sri_hash" '