tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.diff-cover: 9.3.2 -> 9.6.0
R. Ryantm
6 months ago
ee3ebd96
d04876e8
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
diff-cover
default.nix
+2
-2
pkgs/development/python-modules/diff-cover/default.nix
···
20
20
21
21
buildPythonPackage rec {
22
22
pname = "diff-cover";
23
23
-
version = "9.3.2";
23
23
+
version = "9.6.0";
24
24
pyproject = true;
25
25
26
26
disabled = pythonOlder "3.9";
···
28
28
src = fetchPypi {
29
29
pname = "diff_cover";
30
30
inherit version;
31
31
-
hash = "sha256-Kpkjn7iWhlDaR5aKg0YHtreXFD5dBAXiTEWnG+WQdVs=";
31
31
+
hash = "sha256-deW8BW3Kpoxsh8n7TgfJ5g2u8VtujQNNVtLaniyEqHI=";
32
32
};
33
33
34
34
build-system = [ poetry-core ];