Commit 4eae2071 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.aioboto3: 15.0.0 -> 15.1.0

parent 0e209ec1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "aioboto3";
  version = "15.0.0";
  version = "15.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "terricain";
    repo = "aioboto3";
    tag = "v${version}";
    hash = "sha256-Z4tUwTFaXC3BGUKc1FPY0xoaUViAEiZNeP5REWotw2M=";
    hash = "sha256-H/hAfFyBfeBoR6nW0sv3/AzFPATUl2uJ+JbzNB5xemo=";
  };

  # https://github.com/terricain/aioboto3/pull/377