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

python3Packages.cyvest: 5.4.0 -> 5.4.1 (#508109)

parents 7252074c 05889e87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage (finalAttrs: {
  pname = "cyvest";
  version = "5.4.0";
  version = "5.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PakitoSec";
    repo = "cyvest";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ap4QsUw+WX6bFF4ggbt9h2U7qXUgYRi8XNB1k17vJsM=";
    hash = "sha256-FEi/0pWUHFE1ZwDtKt6u2MPFAUeiOqA8LYfoqDu3vzI=";
  };

  postPatch = ''