Skip to content

Commit

Permalink
python310Packages.docstring-to-markdown: 0.10 -> 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 6, 2022
1 parent d74e49d commit 3b94b2c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3b94b2c

Please sign in to comment.