Unverified Commit d589034a authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.simsimd: 6.4.7 -> 6.4.9 (#416386)

parents 4b80eb6c 618c7ae9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "simsimd";
  version = "6.4.7";
  version = "6.4.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ashvardanian";
    repo = "simsimd";
    tag = "v${version}";
    hash = "sha256-FM1ge3opt0hwVSjNQWOAYeG6tDIwVLSbu9mZOJBxvJY=";
    hash = "sha256-q992FqXRmsMk3PJ/b3+BQcytitlDdk3hcLWRrZIZFXY=";
  };

  build-system = [