Skip to content

Commit aadac9e

Browse files
authored
python312Packages.apispec-webframeworks: 1.1.0 -> 1.2.0 (#342639)
2 parents 0a03d36 + 29df8af commit aadac9e

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/apispec-webframeworks

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/apispec-webframeworks/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
buildPythonPackage 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

0 commit comments

Comments
 (0)