Merge pull request #259501 from r-ryantm/auto-update/python310Packages.marisa-trie

python310Packages.marisa-trie: 1.0.0 -> 1.1.0
This commit is contained in:
Nick Cao 2023-10-07 00:01:35 -04:00 committed by GitHub
commit e65a77c91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "marisa-trie";
version = "1.0.0";
version = "1.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2KaDAfAjpyTrN5qqGxD4ip4aRYzIpBtSfGJQeFm0pNI=";
hash = "sha256-W/Q+0M82r0V4/nsDTPlfUyQ5dmUWaA5L1gNyNhHr1Ws=";
};
nativeBuildInputs = [