python310Packages.marisa-trie: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2023-10-07 02:18:22 +00:00
parent 0b48455b2d
commit 2bf554f3b7

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