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

python3Packages.stringzilla: 4.5.1 -> 4.6.0 (#475173)

parents 33c151ae 4bbae29f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "stringzilla";
  version = "4.5.1";
  version = "4.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ashvardanian";
    repo = "stringzilla";
    tag = "v${version}";
    hash = "sha256-0T8hQ+P6gZnIX52jkRcpF1Ofxy45+B7K/feEQr5Phf0=";
    hash = "sha256-5WAD5ZpzhdIDv1kUVinc5z91N/tQVScO75kOPC1WWlY=";
  };

  build-system = [