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

python312Packages.pyahocorasick: 2.0.0 -> 2.1.0
This commit is contained in:
Robert Scott 2024-03-24 23:17:31 +00:00 committed by GitHub
commit 8099a2a80a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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