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

python3Packages.test-results-parser: 0.5.4 -> 0.6.1 (#462484)

parents 48296749 f3771a3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ python3Packages.buildPythonApplication rec {
  pythonRelaxDeps = [
    "httpx"
    "responses"
    "test-results-parser"
    "tree-sitter"
  ];

+3 −3
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

buildPythonPackage rec {
  pname = "test-results-parser";
  version = "0.5.4";
  version = "0.6.1";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "test_results_parser";
    hash = "sha256-L7/YCaLB90Y2AUaAm23zBpDJkkY9fUPnsf7THBp8FbQ=";
    hash = "sha256-Xqktx66EvYnpw/w3UxfYXJgfnROcPMobCv4W2W405/Y=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-v82SRGqdcwyaRYpQhDETA/UZYSGD+FBZpysU7zfulrM=";
    hash = "sha256-xnX9YwRHo5vFcF4HDj9K/hLV88ZB0UZdpx8RdA+EmrU=";
  };

  nativeBuildInputs = with rustPlatform; [