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

python3Packages.stringzilla: 4.0.15 -> 4.2.0 (#450609)

parents 6c1093ed ed09cdbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "stringzilla";
  version = "4.0.15";
  version = "4.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ashvardanian";
    repo = "stringzilla";
    tag = "v${version}";
    hash = "sha256-qiWuK0gtgGd6D05LJIi1erdWI6QTwo5lJWb6NpSPQa4=";
    hash = "sha256-YREm8VAO+oD/NV+vgnZo39vcPdaxY9wWwWgoOTG03QA=";
  };

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