0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python310Packages.docstring-parser: 0.14.1 -> 0.15

Diff: https://github.com/rr-/docstring_parser/compare/0.14.1...0.15
This commit is contained in:
Fabian Affolter 2023-04-30 23:32:24 +02:00
parent 9116837abd
commit 66af8f3f06

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "docstring-parser";
version = "0.14.1";
version = "0.15";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "rr-";
repo = "docstring_parser";
rev = "${version}";
hash = "sha256-NIijq+QR0panVCGDEQrTlkAvHfIexwS0PxFikglxd74=";
hash = "sha256-rnDitZn/xI0I9KMQv6gxzVYevWUymDgyFETjAnRlEHw=";
};
nativeBuildInputs = [