mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
pip-audit: 2.8.0 -> 2.9.0
This commit is contained in:
parent
c43286150c
commit
a388675f07
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "pip-audit";
|
pname = "pip-audit";
|
||||||
version = "2.8.0";
|
version = "2.9.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "trailofbits";
|
owner = "trailofbits";
|
||||||
repo = "pip-audit";
|
repo = "pip-audit";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-UW7pJYMcc8Myc4DmrZqAPUhAVs9J6o8/6QQb5vxskcg=";
|
hash = "sha256-j8ZKqE7PEwaCTUNnJunqM0A2eyuWfx8zG5i3nmZERow=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3.pkgs; [ flit-core ];
|
build-system = with python3.pkgs; [ flit-core ];
|
||||||
|
@ -62,7 +62,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool for scanning Python environments for known vulnerabilities";
|
description = "Tool for scanning Python environments for known vulnerabilities";
|
||||||
homepage = "https://github.com/trailofbits/pip-audit";
|
homepage = "https://github.com/trailofbits/pip-audit";
|
||||||
changelog = "https://github.com/pypa/pip-audit/releases/tag/v${version}";
|
changelog = "https://github.com/pypa/pip-audit/releases/tag/${src.tag}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
mainProgram = "pip-audit";
|
mainProgram = "pip-audit";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue