Fabian Affolter
2023-12-21 22:21:17 +01:00
parent 30cd89625c
commit 32957cdfab
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "slackclient";
version = "3.26.0";
version = "3.26.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "slackapi";
repo = "python-slack-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-jvLzZFlR2msyCc9C7WvYpXIGoKCDRxJI5lgNUtbGh/w=";
hash = "sha256-jg4mUVT1sB9hxRqhLOeZxQHTpBK/N76b2XUaFe/nBKY=";
};
propagatedBuildInputs = [