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

Merge pull request #300074 from r-ryantm/auto-update/python311Packages.tox

python311Packages.tox: 4.14.1 -> 4.14.2
parents bd041faf 38c7df60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "tox";
  version = "4.14.1";
  version = "4.14.2";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "tox-dev";
    repo = "tox";
    rev = "refs/tags/${version}";
    hash = "sha256-b+HOv0xMIE3k0u39YAAyVbiJPnOAamATZeZYTBUyAZM=";
    hash = "sha256-+ed47GK76Wn8PwXsd0qo1xYWJTcZ5wNXnFEEQEZ7CMM=";
  };

  postPatch = ''