Commit 38c7df60 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.tox: 4.14.1 -> 4.14.2

parent 2179e629
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 = ''