python311Packages.slackclient: 3.27.1 -> 3.27.2

This commit is contained in:
R. Ryantm
2024-05-18 18:54:10 +00:00
parent 64cb1028f3
commit 1e03a6a730
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "slackclient";
version = "3.27.1";
version = "3.27.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-fBHu4e6pSt8yzXbLWr5cwjRFDfvdH2jzpSNzdMBg4N0=";
hash = "sha256-1I08OUseiwCN9vUd56f9IFzCSB9kGjTLojyWm2dIimE=";
};
propagatedBuildInputs = [