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
@@ -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 = [