python3Packages.simsimd: 6.5.3 -> 6.5.4

Diff: https://github.com/ashvardanian/SimSIMD/compare/v6.5.3...v6.5.4

Changelog: https://github.com/ashvardanian/SimSIMD/releases/tag/v6.5.4
This commit is contained in:
Robert Schütz
2025-10-30 21:54:35 -07:00
parent a7fc11be66
commit f0cabb0c65
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "simsimd";
version = "6.5.3";
version = "6.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "ashvardanian";
repo = "SimSIMD";
tag = "v${version}";
hash = "sha256-vEtMBpBoPbnBjGaxGw7ApGTJ8RFJ7vQcAH0DF4AOIEE=";
hash = "sha256-q+URgLfsc40OgZkqYj8yiBzpB33aksWsn4K0f5V0HSg=";
};
build-system = [