Skip to content

Commit 7a08d13

Browse files
committed
python312Packages.diff-cover: 9.2.2 -> 9.2.3
1 parent 6caa744 commit 7a08d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/diff-cover/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
buildPythonPackage rec {
2222
pname = "diff-cover";
23-
version = "9.2.2";
23+
version = "9.2.3";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.9";
2727

2828
src = fetchPypi {
2929
pname = "diff_cover";
3030
inherit version;
31-
hash = "sha256-mhv/2Kn9GJifgXOYeCaBiFTf+2Wexvuv5mnzBNHk/Vc=";
31+
hash = "sha256-NC6SEo5iNrGt7i3bTmy8HUcEZcFIKc/GTEza5YERXzs=";
3232
};
3333

3434
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)