python310Packages.mmh3: 3.0.0 -> 3.1.0
This commit is contained in:
parent
e8abe5d2e0
commit
1c0ebdf895
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mmh3";
|
pname = "mmh3";
|
||||||
version = "3.0.0";
|
version = "3.1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d1ec578c09a07d3518ec9be540b87546397fa3455de73c166fcce51eaa5c41c5";
|
sha256 = "sha256-mw8rKrSpFTM8nRCJVy4pCgIeu1uQC7f3EU3MwDmV1zI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonImportsCheck = [ "mmh3" ];
|
pythonImportsCheck = [ "mmh3" ];
|
||||||
|
|
Loading…
Reference in a new issue