mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
python312Packages.types-aiobotocore: 2.15.1 -> 2.15.2, python312Packages.types-aiobotocore-*: 2.15.1 -> 2.15.2 (#351534)
This commit is contained in:
commit
cbb234f440
File diff suppressed because it is too large
Load Diff
@ -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 ];
|
||||
|
@ -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" '
|
||||
|
Loading…
Reference in New Issue
Block a user