python313Packages.fnv-hash-fast: 1.2.2 -> 1.2.3

https://github.com/bdraco/fnv-hash-fast/blob/v1.2.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-02-24 05:15:50 +01:00
parent 0196c0175e
commit 9bea388ea2
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "fnv-hash-fast";
version = "1.2.2";
version = "1.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "fnv-hash-fast";
tag = "v${version}";
hash = "sha256-A7DLw9Y+iz1cwkBKEFXQDzaiKHxNYaExzCzR8XRGli0=";
hash = "sha256-x1NiDHqXJb2tbsWBFS1xR+gM4LLpbCc6E8w1kTObSWA=";
};
build-system = [