python3Packages.slack-bolt: 1.27.0 -> 1.28.0

This commit is contained in:
R. Ryantm
2026-04-12 21:36:37 +00:00
parent a5a7cf1664
commit 26f2074339
@@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "slack-bolt";
version = "1.27.0";
version = "1.28.0";
pyproject = true;
src = fetchFromGitHub {
owner = "slackapi";
repo = "bolt-python";
tag = "v${version}";
hash = "sha256-3aYsISTNc2uexzpIiBNnw40XegczL5BdKqi6j9K/A80=";
hash = "sha256-1AJO7+7YG/NFh6Rmqwkm6yua2LWdYQ9Rv1oadfHAlhE=";
};
build-system = [ setuptools ];