Merge pull request #304837 from r-ryantm/auto-update/python312Packages.editdistpy

python312Packages.editdistpy: 0.1.3 -> 0.1.4
This commit is contained in:
Weijia Wang 2024-04-20 23:04:31 +02:00 committed by GitHub
commit f6e091399a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -16,16 +16,16 @@
buildPythonPackage rec {
pname = "editdistpy";
version = "0.1.3";
version = "0.1.4";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "mammothb";
repo = "editdistpy";
rev = "refs/tags/v${version}";
hash = "sha256-4CtKadKpFmlZnz10NG0404oFl9DkdQwWwRSWgUPdh94=";
hash = "sha256-OSJXiuJtZ4w1IiRaZQZH2DDxA0AGoRHp0BKXdysff0Y=";
};
build-system = [