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
commit 2754eec61b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "marisa-trie"; pname = "marisa-trie";
version = "1.2.0"; version = "1.2.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "marisa_trie"; pname = "marisa_trie";
inherit version; inherit version;
hash = "sha256-/t/GdJf4qidXdWtc9JN1nyRdMh+3iRTOElttddqom18="; hash = "sha256-OifECOKu/APg8dJbL/KvuFqsNWj2+iripTtXouh84p0=";
}; };
build-system = [ build-system = [