Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.tox: 4.15.1 -> 4.18.1

https://github.com/tox-dev/tox/releases/tag/4.18.1

+2 -2
+2 -2
pkgs/development/python-modules/tox/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "tox"; 27 - version = "4.15.1"; 27 + version = "4.18.1"; 28 28 format = "pyproject"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "tox-dev"; 32 32 repo = "tox"; 33 33 rev = "refs/tags/${version}"; 34 - hash = "sha256-BLOxyvcC3ngQDVSMaw/NfLVbFkIHbTmhUOOVBqlcK/Q="; 34 + hash = "sha256-p3pghGQwCBIvkFI6pYuzoGSwAwfaz4vKpteh8nhXOhE="; 35 35 }; 36 36 37 37 postPatch = ''