python3Packages.simsimd: 6.5.12 -> 6.5.13

This commit is contained in:
R. Ryantm
2026-02-18 02:02:26 +00:00
parent 24c32abce2
commit d717366080
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "simsimd";
version = "6.5.12";
version = "6.5.13";
pyproject = true;
src = fetchFromGitHub {
owner = "ashvardanian";
repo = "SimSIMD";
tag = "v${version}";
hash = "sha256-4mgWm4FcTGf9DNc39GOjK9jnyev7hIeODjpnuIz6f1k=";
hash = "sha256-jNJ44jCPcs83HbLSkup6eeCL0Hf+SyU4RzyQAyuPJ94=";
};
build-system = [