Skip to content

Commit 68bdf41

Browse files
authored
python312Packages.slack-sdk: 3.32.0 -> 3.33.0 (#342658)
2 parents 259dd5e + d211b9b commit 68bdf41

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)