Commit ec649827 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.textdistance: 4.6.2 -> 4.6.3

parent b64e7d22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "textdistance";
  version = "4.6.2";
  version = "4.6.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-AeH7z3uHHrj0GRHZT0YbC5nPgAM4TuDhw0ylwaerLtA=";
    hash = "sha256-1tq8ULTqgyzc8OHmAhvQx/zZreFViI15u2o8Mfzi3G8=";
  };

  # There aren't tests