python3Packages.simsimd: 6.5.15 -> 6.5.16

This commit is contained in:
R. Ryantm
2026-03-13 19:09:30 +00:00
parent 8e9acba638
commit 49e8ab499f
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "simsimd";
version = "6.5.15";
version = "6.5.16";
pyproject = true;
src = fetchFromGitHub {
owner = "ashvardanian";
repo = "SimSIMD";
tag = "v${version}";
hash = "sha256-JmduFKRpnVR2qj22uaKA2hZ3C5BDamBiY+HqozquEVg=";
hash = "sha256-J4lxmsIgzBhG2MSu2LPDY/5IKTNWEG0fDX1EI4NgLB0=";
};
build-system = [