Unverified Commit ecc03e7d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.types-aiobotocore: 2.26.0.post1 -> 2.26.0.post2 (#468662)

parents 8c29bd5b 46b2eee6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -364,13 +364,13 @@

buildPythonPackage rec {
  pname = "types-aiobotocore";
  version = "2.26.0.post1";
  version = "2.26.0.post2";
  pyproject = true;

  src = fetchPypi {
    pname = "types_aiobotocore";
    inherit version;
    hash = "sha256-oKrbnf0Q7LK8pLLqxZxxp1NrUBRfMCeuv4AIRYklLtQ=";
    hash = "sha256-aOvl6d4yAUQuVjWa8YJJPi5kLoVakTOlkYNSy/WsTi0=";
  };

  build-system = [ setuptools ];