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

python313Packages.stringzilla: 3.12.4 -> 3.12.5 (#400437)

parents 403373e7 8f976b99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "stringzilla";
  version = "3.12.4";
  version = "3.12.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ashvardanian";
    repo = "stringzilla";
    tag = "v${version}";
    hash = "sha256-U745bA3GTPyNPpiB7NESsUJYKmUCY8qK4aqbHECQqnE=";
    hash = "sha256-Hp66R4+gic0WstRVnutMBx8g+DMzLEnxPzt3sgvWGG4=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''