Unverified Commit 8099a2a8 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #297842 from r-ryantm/auto-update/python312Packages.pyahocorasick

python312Packages.pyahocorasick: 2.0.0 -> 2.1.0
parents cd5ef0e9 71bb79af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pyahocorasick";
  version = "2.0.0";
  version = "2.1.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "WojciechMula";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-Ugl7gHyubXpxe4aots2e9stLuQAZEWsrlDuAHdSC0SA=";
    hash = "sha256-SCIgu0uEjiSUiIP0WesJG+y+3ZqFBfI5PdgUzviOVrs=";
  };

  nativeCheckInputs = [