python311Packages.docstr-coverage: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm 2024-05-09 21:15:11 +00:00
parent 0c9055e823
commit c706692320

View File

@ -8,7 +8,7 @@
, pytest-mock
}:
let
version = "2.3.1";
version = "2.3.2";
in
buildPythonPackage {
pname = "docstr-coverage";
@ -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 ];