Unverified Commit cf56c583 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.pytest: 8.4.1 -> 8.4.2 (#448383)

parents c4aa8168 da17ce88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,12 +29,12 @@

buildPythonPackage rec {
  pname = "pytest";
  version = "8.4.1";
  version = "8.4.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-fGf9aRdIdzWe2Tcew6+KPSsEdBgYxR5emcwXQiUfqTw=";
    hash = "sha256-hsDQuTMGuWHVjWKk20h58n/iVRPUuWnfNRq93bPDDgE=";
  };

  outputs = [