Fabian Affolter
2024-01-09 12:40:42 +01:00
parent f8870b21f5
commit 4eb43df9ac
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "slack-sdk";
version = "3.26.1";
version = "3.26.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -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 = [