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

python3Packages.stringzilla: 3.12.5 -> 3.12.6 (#432833)

parents f0d51144 8d5f13bd
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.5";
  version = "3.12.6";
  pyproject = true;

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

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