python312Packages.slack-bolt: 1.22.0 -> 1.23.0 (#392350)

This commit is contained in:
Fabian Affolter
2025-03-23 13:43:19 +01:00
committed by GitHub
@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "slack-bolt";
version = "1.22.0";
version = "1.23.0";
pyproject = true;
src = fetchFromGitHub {
owner = "slackapi";
repo = "bolt-python";
tag = "v${version}";
hash = "sha256-3+tp/R5ESdyvlvNS5W/Er7EgYalUjgVjsp3wO+Cwi/c=";
hash = "sha256-Aq7vLkrTeBVsY+xVwQhFmSqq8ik0yHEmPANtKyJZKTw=";
};
postPatch = ''