python311Packages.slack-sdk: 3.27.0 -> 3.27.1
Diff: https://github.com/slackapi/python-slack-sdk/compare/refs/tags/v3.27.0...v3.27.1 Changelog: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.27.1
This commit is contained in:
parent
ed8b02ec2b
commit
08d19285f6
@ -21,7 +21,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "slack-sdk";
|
||||
version = "3.27.0";
|
||||
version = "3.27.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
owner = "slackapi";
|
||||
repo = "python-slack-sdk";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-MA3pn6NQxzXYu/BBpOgfZWnS51dl7oXrAi43jenHhxI=";
|
||||
hash = "sha256-fBHu4e6pSt8yzXbLWr5cwjRFDfvdH2jzpSNzdMBg4N0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user