Skip to content

Commit

Permalink
Merge pull request #310433 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.docstr-coverage

python311Packages.docstr-coverage: 2.3.1 -> 2.3.2
  • Loading branch information
NickCao committed May 10, 2024
2 parents 0708b1e + c706692 commit 3700039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/docstr-coverage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
, pytest-mock
}:
let
version = "2.3.1";
version = "2.3.2";
in
buildPythonPackage {
pname = "docstr-coverage";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage {
owner = "HunterMcGushion";
repo = "docstr_coverage";
rev = "refs/tags/v${version}";
hash = "sha256-QmQE6KZ2NdXKQun+uletxYPktWvfkrj6NPAVl/mmpAY=";
hash = "sha256-k1ny4fWS+CmgLNWPlYPsscjei2UZ6h8QJrZSay5abck=";
};

propagatedBuildInputs = [ click pyyaml tqdm ];
Expand Down

0 comments on commit 3700039

Please sign in to comment.