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

python313Packages.fnv-hash-fast: 1.4.0 -> 1.5.0 (#402171)

parents 91faf772 63e89d7e
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.4.0";
  version = "1.5.0";
  pyproject = true;

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

  build-system = [