python3Packages.mmh3: 5.1.0 -> 5.2.0 (#429875)
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mmh3";
|
||||
version = "5.1.0";
|
||||
version = "5.2.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hajimes";
|
||||
repo = "mmh3";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-56LrJuoBvhGgw+w4GIQ0XEQtf5oR87el+gZxgBYkyx0=";
|
||||
hash = "sha256-55NWdPQIPY40oJo9VxM4HsUUXQJimIf6nqWmacc57dE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python wrapper for MurmurHash3, a set of fast and robust hash functions";
|
||||
homepage = "https://github.com/hajimes/mmh3";
|
||||
changelog = "https://github.com/hajimes/mmh3/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/hajimes/mmh3/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.cc0;
|
||||
maintainers = [ lib.maintainers.sarahec ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user