Skip to content

Commit fdb2b48

Browse files
authored
python312Packages.docstring-parser: 0.15 -> 0.16 (#352217)
2 parents 4b3b079 + 6eda86c commit fdb2b48

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/docstring-parser

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/docstring-parser/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99

1010
buildPythonPackage rec {
1111
pname = "docstring-parser";
12-
version = "0.15";
13-
format = "pyproject";
12+
version = "0.16";
13+
pyproject = true;
1414

1515
disabled = pythonOlder "3.7";
1616

1717
src = fetchFromGitHub {
1818
owner = "rr-";
1919
repo = "docstring_parser";
2020
rev = "refs/tags/${version}";
21-
hash = "sha256-rnDitZn/xI0I9KMQv6gxzVYevWUymDgyFETjAnRlEHw=";
21+
hash = "sha256-xwV+mgCOC/MyCqGELkJVqQ3p2g2yw/Ieomc7k0HMXms=";
2222
};
2323

24-
nativeBuildInputs = [ poetry-core ];
24+
build-system = [ poetry-core ];
2525

2626
nativeCheckInputs = [ pytestCheckHook ];
2727

0 commit comments

Comments
 (0)