python36Packages.murmurhash: 0.28.0 -> 1.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-murmurhash/versions
This commit is contained in:
R. RyanTM 2018-11-08 22:13:54 -08:00
parent a054d74507
commit 23ef17a6e4

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "murmurhash";
version = "0.28.0";
version = "1.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "16id8jppw8r54wisrlaaiprcszzb7d7lbpnskqn38s8i7vnkf4b5";
sha256 = "02wbyjixvzd6l1mljpm1ci7x835zhk3nqxgy7kvbi4jimvairs9q";
};
buildInputs = [