Skip to content

Commit cf5d190

Browse files
authored
python3Packages.simsimd: 6.5.13 -> 6.5.15 (#497028)
2 parents 45664ce + cbe77bf commit cf5d190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/simsimd/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage rec {
1313
pname = "simsimd";
14-
version = "6.5.13";
14+
version = "6.5.15";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "ashvardanian";
1919
repo = "SimSIMD";
2020
tag = "v${version}";
21-
hash = "sha256-jNJ44jCPcs83HbLSkup6eeCL0Hf+SyU4RzyQAyuPJ94=";
21+
hash = "sha256-JmduFKRpnVR2qj22uaKA2hZ3C5BDamBiY+HqozquEVg=";
2222
};
2323

2424
build-system = [

0 commit comments

Comments
 (0)