Skip to content

Commit

Permalink
python312Packages.slack-sdk: 3.33.4 -> 3.33.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 5, 2024
1 parent 21e9e52 commit 5470d96
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.4";
version = "3.33.5";
pyproject = true;

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

postPatch = ''
Expand Down

0 comments on commit 5470d96

Please sign in to comment.