Commit 528c9278 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 2d503150
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "slack-sdk";
  version = "3.21.3";
  version = "3.22.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "slackapi";
    repo = "python-slack-sdk";
    rev = "refs/tags/v${version}";
    hash = "sha256-begpT/DaDqOi8HZE10FCuIIv18KSU/i5G/Z5DXKUT7Y=";
    hash = "sha256-PRJgOAC1IJjQb1c4FAbpV8bxOPL9PTbAxNXo2MABRzc=";
  };

  propagatedBuildInputs = [