Skip to content

Commit 4dbbd8d

Browse files
authored
python3Packages.slack-sdk: 3.42.0 -> 3.43.0 (#537594)
2 parents 6c49d4a + fe86804 commit 4dbbd8d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/development/python-modules/slack-bolt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141

4242
buildPythonPackage (finalAttrs: {
4343
pname = "slack-bolt";
44-
version = "1.28.0";
44+
version = "1.29.0";
4545
pyproject = true;
4646

4747
src = fetchFromGitHub {
4848
owner = "slackapi";
4949
repo = "bolt-python";
5050
tag = "v${finalAttrs.version}";
51-
hash = "sha256-1AJO7+7YG/NFh6Rmqwkm6yua2LWdYQ9Rv1oadfHAlhE=";
51+
hash = "sha256-3U15V++q/x73LuEgw9uWaIGWulJmPkmkpUxxK1EXuzU=";
5252
};
5353

5454
build-system = [ setuptools ];

pkgs/development/python-modules/slack-sdk/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage (finalAttrs: {
2020
pname = "slack-sdk";
21-
version = "3.42.0";
21+
version = "3.43.0";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "slackapi";
2626
repo = "python-slack-sdk";
2727
tag = "v${finalAttrs.version}";
28-
hash = "sha256-d0XuzBhn2Ex57xjeAF1q5RcwoWVsFWnlsWUufB3Um4g=";
28+
hash = "sha256-slgf9U/Rm0pSV84CZR/8gGhvEi1zowjzE7YG9FsqwKk=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)