python3Packages.pygitguardian: 1.23.0 -> 1.24.0
https://github.com/GitGuardian/py-gitguardian/blob/v1.24.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pygitguardian";
|
||||
version = "1.23.0";
|
||||
version = "1.24.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "GitGuardian";
|
||||
repo = "py-gitguardian";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-vpz7HBxRu1srqe+EBnjwNJ7xJ1TMrOIXBulPjDTTk3k=";
|
||||
hash = "sha256-9Zk2XpMS8WhCOGYwtUgsjWKbUhmtKOgVWyqskLJ8DOw=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -56,7 +56,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Library to access the GitGuardian API";
|
||||
homepage = "https://github.com/GitGuardian/py-gitguardian";
|
||||
changelog = "https://github.com/GitGuardian/py-gitguardian/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/GitGuardian/py-gitguardian/blob/${src.tag}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user