Skip to content

Commit

Permalink
Merge pull request #319152 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.slackclient

python311Packages.slackclient: 3.27.2 -> 3.28.0
  • Loading branch information
flokli committed Jun 12, 2024
2 parents 5124be1 + 9658e8b commit 78e9909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/slackclient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildPythonPackage rec {
pname = "slackclient";
version = "3.27.2";
version = "3.28.0";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "slackapi";
repo = "python-slack-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-1I08OUseiwCN9vUd56f9IFzCSB9kGjTLojyWm2dIimE=";
hash = "sha256-rsJLjqP1XT1JkFz3iQovF58XdkmVcL+jfjiiI9SqonE=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 78e9909

Please sign in to comment.