python313Packages.slack-sdk: 3.37.0 -> 3.38.0
Diff: https://github.com/slackapi/python-slack-sdk/compare/v3.37.0...v3.38.0 Changelog: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.38.0
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "slack-sdk";
|
||||
version = "3.37.0";
|
||||
version = "3.38.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "slackapi";
|
||||
repo = "python-slack-sdk";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-yckw0qA/NhnqN9HvF06Q5IqDmUTsPuo4JSKMrKXUGuc=";
|
||||
hash = "sha256-g742nguE1hmwxRG2twDeJXNSGa14Pf29KzD7Gx6PQQM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user