Skip to content

Commit

Permalink
python311Packages.mkdocstrings: 0.24.3 -> 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 30, 2024
1 parent 705bad7 commit 2427c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mkdocstrings/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "mkdocstrings";
version = "0.24.3";
version = "0.25.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "mkdocstrings";
rev = "refs/tags/${version}";
hash = "sha256-L3QQ2ll2sDbQwrmw88iwTW6WS2SNsiMR2TvuV4P1uj4=";
hash = "sha256-VKjK58KK9x5RCc7VVy46zax42ySCv2NzqAat+XF+3a8=";
};

postPatch = ''
Expand Down

0 comments on commit 2427c46

Please sign in to comment.