0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.marisa-trie: 0.7.5 -> 0.7.7

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:38 +02:00
parent 1fd6bf9eff
commit faaf966263

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "marisa-trie";
version = "0.7.5";
version = "0.7.7";
src = fetchPypi {
inherit pname version;
sha256 = "c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf";
sha256 = "bbeafb7d92839dc221365340e79d012cb50ee48a1f3f30dd916eb35a8b93db00";
};
postPatch = ''