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

python3Packages.simsimd: 6.4.4 -> 6.4.7 (#413381)

parents b6c2241f 943ed0a2
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.4";
  version = "6.4.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ashvardanian";
    repo = "simsimd";
    tag = "v${version}";
    hash = "sha256-lOE8ZQlUZ0Y+3Lpm4H/ps4o0YO9k245lADxrfR3oI1E=";
    hash = "sha256-FM1ge3opt0hwVSjNQWOAYeG6tDIwVLSbu9mZOJBxvJY=";
  };

  build-system = [