python310Packages.mmh3: update meta

This commit is contained in:
Fabian Affolter
2023-06-20 08:10:44 +02:00
committed by GitHub
parent 45a19246c7
commit 53faea4ce2
@@ -12,11 +12,15 @@ buildPythonPackage rec {
sha256 = "sha256-BWuD0E5ZVUfQQHzI5apdi6iAKor6QXtkwcMCNbU4njA=";
};
pythonImportsCheck = [ "mmh3" ];
pythonImportsCheck = [
"mmh3"
];
meta = with lib; {
description = "Python wrapper for MurmurHash3, a set of fast and robust hash functions";
homepage = "https://pypi.org/project/mmh3/";
homepage = "https://github.com/hajimes/mmh3";
changelog = "https://github.com/hajimes/mmh3/blob/v${version}/CHANGELOG.md";
license = licenses.cc0;
maintainers = with maintainers; [ ];
};
}