Skip to content

Commit d211b9b

Browse files
committed
1 parent d276d38 commit d211b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
buildPythonPackage rec {
2323
pname = "slack-sdk";
24-
version = "3.32.0";
24+
version = "3.33.0";
2525
pyproject = true;
2626

2727
disabled = pythonOlder "3.6";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
3030
owner = "slackapi";
3131
repo = "python-slack-sdk";
3232
rev = "refs/tags/v${version}";
33-
hash = "sha256-lAFisE1So1h7xWzqZHbv1iJrVckzxT4vEU7mA2Vc7oA=";
33+
hash = "sha256-S41OyTyFjEfKvTlKwxHq7P/uzWreMIHimI6pECItTzo=";
3434
};
3535

3636
postPatch = ''

0 commit comments

Comments
 (0)