python312Packages.pygitguardian: 1.13.0 -> 1.14.0

This commit is contained in:
R. Ryantm 2024-02-26 17:39:48 +00:00
parent 8c826e35a9
commit a916a91ab2

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pygitguardian";
version = "1.13.0";
version = "1.14.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "GitGuardian";
repo = "py-gitguardian";
rev = "refs/tags/v${version}";
hash = "sha256-LRzyZAusCo4uZlXFWoRPIfPgAGO4sP0KCGYOICNZ6f4=";
hash = "sha256-Uw65+YOnln+IOyT+RgqMEWt5cOZsaeS8Nu8U6ooivWA=";
};
pythonRelaxDeps = [