Commit 4bbae29f authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.stringzilla: 4.5.1 -> 4.6.0

parent c10e9960
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 = [