Merge pull request #275899 from fabaff/slackclient-bump

python311Packages.slackclient: 3.26.0 -> 3.26.1
This commit is contained in:
Florian Klink 2023-12-22 13:03:11 +02:00 committed by GitHub
commit b393c4db7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "slackclient";
version = "3.26.0";
version = "3.26.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-jvLzZFlR2msyCc9C7WvYpXIGoKCDRxJI5lgNUtbGh/w=";
hash = "sha256-jg4mUVT1sB9hxRqhLOeZxQHTpBK/N76b2XUaFe/nBKY=";
};
propagatedBuildInputs = [