Skip to content

Commit

Permalink
Merge pull request #279807 from fabaff/slack-sdk-bump
Browse files Browse the repository at this point in the history
python311Packages.slack-sdk: 3.26.1 -> 3.26.2
  • Loading branch information
marsam authored Jan 13, 2024
2 parents 2d1894e + 4eb43df commit 51fed07
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 @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "slack-sdk";
version = "3.26.1";
version = "3.26.2";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "slackapi";
repo = "python-slack-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-jg4mUVT1sB9hxRqhLOeZxQHTpBK/N76b2XUaFe/nBKY=";
hash = "sha256-pvD86kbNOnuNT6+WTAKziJDUTx3ebJUq029UbSVuxdw=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 51fed07

Please sign in to comment.