Merge pull request #275993 from r-ryantm/auto-update/python310Packages.python-crfsuite

python310Packages.python-crfsuite: 0.9.9 -> 0.9.10
This commit is contained in:
OTABI Tomoya 2023-12-23 00:21:00 +09:00 committed by GitHub
commit 9935c439b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "python-crfsuite";
version = "0.9.9";
version = "0.9.10";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-yqYmHWlVRmdW+Ya3/PvU/VBiKWPjvbXMGAwSnGKzp20=";
hash = "sha256-84UkYx4rUzNB8Q8sd2iScNxuzVmFSV3M96o3sQRbwuU=";
};
preCheck = ''