Commit 4eb43df9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent f8870b21
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.26.1";
  version = "3.26.2";
  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-jg4mUVT1sB9hxRqhLOeZxQHTpBK/N76b2XUaFe/nBKY=";
    hash = "sha256-pvD86kbNOnuNT6+WTAKziJDUTx3ebJUq029UbSVuxdw=";
  };

  propagatedBuildInputs = [