Skip to content

Commit fe86804

Browse files
committed
1 parent 1e68b90 commit fe86804

1 file changed

Lines changed: 2 additions & 2 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 ];

0 commit comments

Comments
 (0)