Merge pull request #224387 from r-ryantm/auto-update/python310Packages.mmh3

python310Packages.mmh3: 3.0.0 -> 3.1.0
This commit is contained in:
Robert Scott 2023-04-02 22:21:24 +01:00 committed by GitHub
commit 4f3a709443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ];