Unverified Commit 148e7c09 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #255800 from r-ryantm/auto-update/python310Packages.murmurhash

python310Packages.murmurhash: 1.0.9 -> 1.0.10
parents 32224c12 f7b6e482
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "murmurhash";
  version = "1.0.9";
  version = "1.0.10";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-/no4yw09h8FOyd3cSTL/4tvHfXVGmrgP1QFGibDge1g=";
    hash = "sha256-UoKqsTF4BMbr1t1/afFbqQda7mccRKNL4r3g8bEe+Io=";
  };

  postPatch = ''