python313Packages.pygitguardian: 1.26.0 -> 1.27.0 (#462166)
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
marshmallow,
|
marshmallow,
|
||||||
pdm-backend,
|
pdm-backend,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
|
||||||
requests,
|
requests,
|
||||||
responses,
|
responses,
|
||||||
setuptools,
|
setuptools,
|
||||||
@@ -16,16 +15,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pygitguardian";
|
pname = "pygitguardian";
|
||||||
version = "1.26.0";
|
version = "1.27.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GitGuardian";
|
owner = "GitGuardian";
|
||||||
repo = "py-gitguardian";
|
repo = "py-gitguardian";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-CwGmNyY4U1vt7CHuO4nS1TuUJWm6Ok8vIE3kRG/qles=";
|
hash = "sha256-Jn8wy5UmuzqEputujGJQtAe8AoGCLYpSwZWHpDGlSWg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|||||||
Reference in New Issue
Block a user