python310Packages.marisa-trie: 0.8.0 -> 1.0.0

This commit is contained in:
R. Ryantm
2023-09-06 09:24:12 +00:00
parent 82535bc9c1
commit f541a9c8a0
@@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "marisa-trie";
version = "0.8.0";
version = "1.0.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-PQGdF7DX9i1ubXvQUjbYJSYk6hwUC+uL+cbu/zizxwc=";
hash = "sha256-2KaDAfAjpyTrN5qqGxD4ip4aRYzIpBtSfGJQeFm0pNI=";
};
nativeBuildInputs = [