python310Packages.slackclient: 3.20.0 -> 3.20.1

This commit is contained in:
R. Ryantm 2023-03-09 23:30:07 +00:00
parent 6169ccb87d
commit f1a0d5e842

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "slackclient";
version = "3.20.0";
version = "3.20.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "slackapi";
repo = "python-slack-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-NlUmoOlRV7h7d553uX2tAWi2aWCAqpHflSUrdZxlaws=";
hash = "sha256-etPNhGjLrXOwkM7m2Q1xGoGraBq/2tq58bWXqncHy+w=";
};
propagatedBuildInputs = [