File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/apispec-webframeworks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616buildPythonPackage rec {
1717 pname = "apispec-webframeworks" ;
18- version = "1.1 .0" ;
18+ version = "1.2 .0" ;
1919 pyproject = true ;
2020
2121 disabled = pythonOlder "3.8" ;
@@ -24,12 +24,12 @@ buildPythonPackage rec {
2424 owner = "marshmallow-code" ;
2525 repo = "apispec-webframeworks" ;
2626 rev = "refs/tags/${ version } " ;
27- hash = "sha256-qepiaRW36quIgxBtEHMF3HN0wO6jp2uGAHgg5fJoMUY =" ;
27+ hash = "sha256-V4tdqcHfYRh9VoXUTPXM3SIOogJDJB14SLj5dSd7LzU =" ;
2828 } ;
2929
30- nativeBuildInputs = [ flit-core ] ;
30+ build-system = [ flit-core ] ;
3131
32- propagatedBuildInputs = [ apispec ] ++ apispec . optional-dependencies . yaml ;
32+ dependencies = [ apispec ] ++ apispec . optional-dependencies . yaml ;
3333
3434 nativeCheckInputs = [
3535 aiohttp
You can’t perform that action at this time.
0 commit comments