python3Packages.test-results-parser: 0.5.4 -> 0.6.1 (#462484)
This commit is contained in:
@@ -28,6 +28,7 @@ python3Packages.buildPythonApplication rec {
|
||||
pythonRelaxDeps = [
|
||||
"httpx"
|
||||
"responses"
|
||||
"test-results-parser"
|
||||
"tree-sitter"
|
||||
];
|
||||
|
||||
|
||||
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user