Skip to content

Commit d589034

Browse files
authored
python3Packages.simsimd: 6.4.7 -> 6.4.9 (#416386)
2 parents 4b80eb6 + 618c7ae commit d589034

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.4.7";
14+
version = "6.4.9";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "ashvardanian";
1919
repo = "simsimd";
2020
tag = "v${version}";
21-
hash = "sha256-FM1ge3opt0hwVSjNQWOAYeG6tDIwVLSbu9mZOJBxvJY=";
21+
hash = "sha256-q992FqXRmsMk3PJ/b3+BQcytitlDdk3hcLWRrZIZFXY=";
2222
};
2323

2424
build-system = [

0 commit comments

Comments
 (0)