python3Packages.simsimd: 6.4.7 -> 6.4.9 (#416386)

This commit is contained in:
dotlambda
2025-06-13 09:35:32 -07:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "simsimd";
version = "6.4.7";
version = "6.4.9";
pyproject = true;
src = fetchFromGitHub {
owner = "ashvardanian";
repo = "simsimd";
tag = "v${version}";
hash = "sha256-FM1ge3opt0hwVSjNQWOAYeG6tDIwVLSbu9mZOJBxvJY=";
hash = "sha256-q992FqXRmsMk3PJ/b3+BQcytitlDdk3hcLWRrZIZFXY=";
};
build-system = [