python312Packages.pyahocorasick: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-03-21 21:37:33 +00:00
parent 34cfa58e79
commit 71bb79afe3

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