Commit a2fdbf5f authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.slackclient: 3.26.1 -> 3.26.2

parent 2225c6a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "slackclient";
  version = "3.26.1";
  version = "3.26.2";
  format =  "setuptools";

  disabled = pythonOlder "3.6";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "slackapi";
    repo = "python-slack-sdk";
    rev = "refs/tags/v${version}";
    hash = "sha256-jg4mUVT1sB9hxRqhLOeZxQHTpBK/N76b2XUaFe/nBKY=";
    hash = "sha256-pvD86kbNOnuNT6+WTAKziJDUTx3ebJUq029UbSVuxdw=";
  };

  propagatedBuildInputs = [