Unverified Commit 8ffb8f5d authored by Arnout Engelen's avatar Arnout Engelen Committed by GitHub
Browse files

python312Packages.cvelib: 1.5.0 -> 1.6.0 (#348882)

parents b883c88f 85b7e5d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "cvelib";
  version = "1.5.0";
  version = "1.6.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "RedHatProductSecurity";
    repo = "cvelib";
    rev = "refs/tags/${version}";
    hash = "sha256-me61A1SyktPTd9u0t51kF4237/t9wiHqz+IVoyojMXY=";
    hash = "sha256-yDsnw7jw1NDs3dy5RUY4a+dWZzORyFG9kpR4WaJNbEE=";
  };

  postPatch = ''