File tree Expand file tree Collapse file tree
pkgs/development/python-modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242buildPythonPackage ( finalAttrs : {
4343 pname = "slack-bolt" ;
44- version = "1.28 .0" ;
44+ version = "1.29 .0" ;
4545 pyproject = true ;
4646
4747 src = fetchFromGitHub {
4848 owner = "slackapi" ;
4949 repo = "bolt-python" ;
5050 tag = "v${ finalAttrs . version } " ;
51- hash = "sha256-1AJO7+7YG/NFh6Rmqwkm6yua2LWdYQ9Rv1oadfHAlhE =" ;
51+ hash = "sha256-3U15V++q/x73LuEgw9uWaIGWulJmPkmkpUxxK1EXuzU =" ;
5252 } ;
5353
5454 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1818
1919buildPythonPackage ( finalAttrs : {
2020 pname = "slack-sdk" ;
21- version = "3.42 .0" ;
21+ version = "3.43 .0" ;
2222 pyproject = true ;
2323
2424 src = fetchFromGitHub {
2525 owner = "slackapi" ;
2626 repo = "python-slack-sdk" ;
2727 tag = "v${ finalAttrs . version } " ;
28- hash = "sha256-d0XuzBhn2Ex57xjeAF1q5RcwoWVsFWnlsWUufB3Um4g =" ;
28+ hash = "sha256-slgf9U/Rm0pSV84CZR/8gGhvEi1zowjzE7YG9FsqwKk =" ;
2929 } ;
3030
3131 build-system = [ setuptools ] ;
You can’t perform that action at this time.
0 commit comments