python312Packages.marisa-trie: 1.2.0 -> 1.2.1 (#348777)

This commit is contained in:
OTABI Tomoya
2024-11-24 09:04:49 +09:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "marisa-trie";
version = "1.2.0";
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "marisa_trie";
inherit version;
hash = "sha256-/t/GdJf4qidXdWtc9JN1nyRdMh+3iRTOElttddqom18=";
hash = "sha256-OifECOKu/APg8dJbL/KvuFqsNWj2+iripTtXouh84p0=";
};
build-system = [