Merge pull request #302584 from r-ryantm/auto-update/python312Packages.cvss

python312Packages.cvss: 3.0 -> 3.1
This commit is contained in:
Nick Cao 2024-04-08 21:25:09 -04:00 committed by GitHub
commit eea62aa2c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "cvss";
version = "3.0";
version = "3.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "RedHatProductSecurity";
repo = "cvss";
rev = "refs/tags/v${version}";
hash = "sha256-xrkWpE13Y4KgQEZjitWE3Ka+IyfShqE2cj0/yzsAnX4=";
hash = "sha256-e/zwOfbt3YLlRiLFObjps3tFFk6BAWBKdanio6sus8c=";
};
nativeBuildInputs = [