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

python3Packages.types-aiobotocore: 3.1.1 -> 3.1.2 (#489338)

parents 5c5ee297 756c2f42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -371,13 +371,13 @@

buildPythonPackage (finalAttrs: {
  pname = "types-aiobotocore";
  version = "3.1.1";
  version = "3.1.2";
  pyproject = true;

  src = fetchPypi {
    pname = "types_aiobotocore";
    inherit (finalAttrs) version;
    hash = "sha256-eXRYXhlJOdoscKe2KPbtsiZCdpqE5PbBqlMij/O4rnE=";
    hash = "sha256-gsGbtvpNcMymvv/MSa5fKJkMkXjtX9PvPIbWnwYu58I=";
  };

  build-system = [ setuptools ];