Skip to content

Commit f9d0de7

Browse files
committed
1 parent 2fcea20 commit f9d0de7

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

1515
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
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

2424
nativeBuildInputs = [ poetry-core ];

0 commit comments

Comments
 (0)