Skip to content

Commit

Permalink
python312Packages.slack-sdk: 3.33.5 -> 3.34.0 (#367580)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 23, 2024
2 parents 18c0808 + 92e7d44 commit 6e3964d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/slack-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

buildPythonPackage rec {
pname = "slack-sdk";
version = "3.33.5";
version = "3.34.0";
pyproject = true;

src = fetchFromGitHub {
owner = "slackapi";
repo = "python-slack-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-kpilxg/S9/U6lJW8FsMvcdGh+qqDH0Kr66sc+HsY2DM=";
hash = "sha256-aL8XOlvnAxT9cgPf8EvJT80FmlgL2Vhu7JxDRHkUoSM=";
};

postPatch = ''
Expand Down

0 comments on commit 6e3964d

Please sign in to comment.