Unverified Commit cbb234f4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.types-aiobotocore: 2.15.1 -> 2.15.2,...

python312Packages.types-aiobotocore: 2.15.1 -> 2.15.2, python312Packages.types-aiobotocore-*: 2.15.1 -> 2.15.2 (#351534)
parents d8ecefea 82bb21d0
Loading
Loading
Loading
Loading
+686 −686

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -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 ];
+1 −1
Original line number Diff line number Diff line
@@ -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" '