3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.docstring-to-markdown: 0.10 -> 0.11

This commit is contained in:
R. Ryantm 2022-12-06 06:53:09 +00:00
parent d74e49d8d1
commit 3b94b2c031

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "docstring-to-markdown";
version = "0.10";
version = "0.11";
src = fetchFromGitHub {
owner = "python-lsp";
repo = pname;
rev = "v${version}";
sha256 = "0rflkbms94wkcypjcnz30bc4w4iww91h7sqq3j2b6ypzl4g48csa";
rev = "refs/tags/v${version}";
sha256 = "sha256-4Jl1XJpxwbxGWxdF4bOerjHyzHCIHtrydklwwk1WGs4=";
};
patches = [