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

python312Packages.pyahocorasick: 2.0.0 -> 2.1.0

authored by Robert Scott and committed by GitHub 8099a2a8 cd5ef0e9

+2 -2
+2 -2
pkgs/development/python-modules/pyahocorasick/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "pyahocorasick"; 11 - version = "2.0.0"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.7"; ··· 17 owner = "WojciechMula"; 18 repo = pname; 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-Ugl7gHyubXpxe4aots2e9stLuQAZEWsrlDuAHdSC0SA="; 21 }; 22 23 nativeCheckInputs = [
··· 8 9 buildPythonPackage rec { 10 pname = "pyahocorasick"; 11 + version = "2.1.0"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.7"; ··· 17 owner = "WojciechMula"; 18 repo = pname; 19 rev = "refs/tags/${version}"; 20 + hash = "sha256-SCIgu0uEjiSUiIP0WesJG+y+3ZqFBfI5PdgUzviOVrs="; 21 }; 22 23 nativeCheckInputs = [