Unverified Commit 6c482f99 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #289267 from r-ryantm/auto-update/python311Packages.pytest-testinfra

python311Packages.pytest-testinfra: 10.0.0 -> 10.1.0
parents bead2919 bd53b183
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@

buildPythonPackage rec {
  pname = "pytest-testinfra";
  version = "10.0.0";
  version = "10.1.0";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-L7fQGFRYqbpmn/FNDdvsizkAxr3j+2+tmwlzdM5Kt30=";
    hash = "sha256-93Qzm5R3Ws3zqMSjeTqOrS6N/HD/NLd4vhWquhQPoZ4=";
  };

  nativeBuildInputs = [