Unverified Commit d49bb5e6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.cyvest: 5.2.0 -> 5.2.1 (#486729)

parents 22c2f5d6 a3b19e44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage (finalAttrs: {
  pname = "cyvest";
  version = "5.2.0";
  version = "5.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PakitoSec";
    repo = "cyvest";
    tag = "v${finalAttrs.version}";
    hash = "sha256-AfTeZj7GFLoaLRImGbiFqbaw4AxjHUZSBDwGFY9sA1s=";
    hash = "sha256-fYFYIcjbO9dyOFiuKU077T/88fo6A6nIr04kZgL8ta0=";
  };

  pythonRelaxDeps = [ "pydantic" ];