python312Packages.docstring-parser: 0.15 -> 0.16 (#352217)

This commit is contained in:
Fabian Affolter 2024-11-26 09:28:25 +01:00 committed by GitHub
commit fdb2b486a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,8 @@
buildPythonPackage rec {
pname = "docstring-parser";
version = "0.15";
format = "pyproject";
version = "0.16";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,10 +18,10 @@ buildPythonPackage rec {
owner = "rr-";
repo = "docstring_parser";
rev = "refs/tags/${version}";
hash = "sha256-rnDitZn/xI0I9KMQv6gxzVYevWUymDgyFETjAnRlEHw=";
hash = "sha256-xwV+mgCOC/MyCqGELkJVqQ3p2g2yw/Ieomc7k0HMXms=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
nativeCheckInputs = [ pytestCheckHook ];