mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
python3Packages.coverage: 7.8.0 -> 7.8.2
Diff: https://github.com/nedbat/coveragepy/compare/refs/tags/7.8.0...refs/tags/7.8.2 Changelog: https://github.com/nedbat/coveragepy/blob/7.8.2/CHANGES.rst
This commit is contained in:
parent
dacc1dab3e
commit
04234a7c5d
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "coverage";
|
pname = "coverage";
|
||||||
version = "7.8.0";
|
version = "7.8.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nedbat";
|
owner = "nedbat";
|
||||||
repo = "coveragepy";
|
repo = "coveragepy";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-clnwx9Fa75aLfGe/MZVtIzE8Ah5EY7MQf8g11TSkl/c=";
|
hash = "sha256-PCMGxyG5zIc8iigi9BsuhyuyQindZnewqTgxErT/jHw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue