Unverified Commit ef601b5f authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pytest-archon: 0.0.6 -> 0.0.7 (#444616)

parents dd3a1cbb fef88af8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "pytest-archon";
  version = "0.0.6";
  version = "0.0.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jwbargsten";
    repo = "pytest-archon";
    tag = "v${version}";
    hash = "sha256-ZKs7ifqgazEywszPGxkcPCf2WD2tEpEsbh8kHN/PL7s=";
    hash = "sha256-0YBujBUBpW/FSIlJDRjL5mvYZfirHW07bRyygyoapw8=";
  };

  build-system = [