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

python311Packages.tox: 4.14.1 -> 4.14.2
This commit is contained in:
Nick Cao 2024-03-30 10:15:14 -04:00 committed by GitHub
commit 2932374527
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''