cve: 1.7.0 -> 1.7.1 (#362932)

This commit is contained in:
Arnout Engelen 2024-12-09 12:42:52 +01:00 committed by GitHub
commit b780aeae00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "cvelib";
version = "1.7.0";
version = "1.7.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,8 +22,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "RedHatProductSecurity";
repo = "cvelib";
rev = "refs/tags/${version}";
hash = "sha256-voUBd4JQLk1Ik7JrhFYnY06AucVTj7WwAjDfjOTSENo=";
tag = version;
hash = "sha256-AhA+2lEI/hsbIVCfSWO0vI6eWkObjsq5xYOSqVvUPkU=";
};
postPatch = ''