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

View File

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