Unverified Commit b69665e6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.fnv-hash-fast: 1.5.0 -> 1.6.0 (#448653)

parents f64b233c 291e3b6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "fnv-hash-fast";
  version = "1.5.0";
  version = "1.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bdraco";
    repo = "fnv-hash-fast";
    tag = "v${version}";
    hash = "sha256-yhn39QEIZQqY/6W2rhUff45tQzap9N6OPiP/Z9oEz8U=";
    hash = "sha256-1o/SwX9N+wBNVkihUuCYrJAEH28FxhKEhyOEK7tK1XE=";
  };

  build-system = [