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

This commit is contained in:
Martin Weinelt
2025-10-04 22:59:29 +00:00
committed by GitHub
@@ -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 = [