python312Packages.simsimd: 6.2.2 -> 6.2.3

This commit is contained in:
R. Ryantm
2024-12-30 21:04:07 +00:00
parent c0851de93d
commit cc2b0e2d5a
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "simsimd";
version = "6.2.2";
version = "6.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ashvardanian";
repo = "simsimd";
tag = "v${version}";
hash = "sha256-hQEOZRLvNZ3dYfNgG7iXZ7qm/uEgFxk5c9ArCmGlXRg=";
hash = "sha256-9+m1NkXwlHtqeXvsyYhhT+7KNZ1aFUxxA/+i3GbQvgs=";
};
build-system = [