Commit f541a9c8 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.marisa-trie: 0.8.0 -> 1.0.0

parent 82535bc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [