python310Packages.slackclient: 3.26.1 -> 3.26.2

This commit is contained in:
R. Ryantm
2024-01-10 11:43:42 +00:00
parent 2225c6a883
commit a2fdbf5f31
@@ -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 = [