python311Packages.slackclient: 3.28.0 -> 3.29.0

This commit is contained in:
R. Ryantm
2024-06-20 07:45:12 +00:00
parent 026f02ce7d
commit a4897fdabe
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "slackclient";
version = "3.28.0";
version = "3.29.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "slackapi";
repo = "python-slack-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-rsJLjqP1XT1JkFz3iQovF58XdkmVcL+jfjiiI9SqonE=";
hash = "sha256-49dSRg0nrTXuXfnrC2/3p/zYMxouXO9FLqSBSxg4TcU=";
};
propagatedBuildInputs = [