From e6a6669b4c2da2fe4854f8cbc11884a2b2133d0b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 23 Nov 2025 23:06:05 +0000 Subject: [PATCH] python3Packages.test-results-parser: 0.5.4 -> 0.6.1 --- .../python-modules/test-results-parser/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/test-results-parser/default.nix b/pkgs/development/python-modules/test-results-parser/default.nix index f7c064af89af..9b280b501c3c 100644 --- a/pkgs/development/python-modules/test-results-parser/default.nix +++ b/pkgs/development/python-modules/test-results-parser/default.nix @@ -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; [