Unverified Commit 0ba18f22 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #291980 from r-ryantm/auto-update/python311Packages.slackclient

python311Packages.slackclient: 3.27.0 -> 3.27.1
parents db1ce735 b3117d37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "slackclient";
  version = "3.27.0";
  version = "3.27.1";
  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-MA3pn6NQxzXYu/BBpOgfZWnS51dl7oXrAi43jenHhxI=";
    hash = "sha256-fBHu4e6pSt8yzXbLWr5cwjRFDfvdH2jzpSNzdMBg4N0=";
  };

  propagatedBuildInputs = [