Commit 4bf9da29 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 5d6b848b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "aioboto3";
  version = "14.2.0";
  version = "14.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "terrycain";
    repo = "aioboto3";
    tag = "v${version}";
    hash = "sha256-RzaMsJtGvC6IILgwj09kymw+Hv3gjyBf2PHBzYC9itE=";
    hash = "sha256-3GdTpbU0uEEzezQPHJTGPB42Qu604eIhcIAP4rZMQiY=";
  };

  pythonRelaxDeps = [