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

This commit is contained in:
Martin Weinelt
2025-04-27 02:32:35 +02:00
committed by GitHub
@@ -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 = [