Commit 26f20743 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.slack-bolt: 1.27.0 -> 1.28.0

parent a5a7cf16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];