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

python310Packages.marisa-trie: 0.7.8 -> 0.8.0
This commit is contained in:
Robert Scott 2023-04-09 13:28:09 +01:00 committed by GitHub
commit cf5f63aa55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "marisa-trie";
version = "0.7.8";
version = "0.8.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-ruPeXyg2B0z9gD8crxb2g5DyYu8JzX3H0Oiu6baHhkM=";
hash = "sha256-PQGdF7DX9i1ubXvQUjbYJSYk6hwUC+uL+cbu/zizxwc=";
};
nativeBuildInputs = [