python312Packages.editdistpy: 0.1.3 -> 0.1.4

This commit is contained in:
R. Ryantm 2024-04-17 16:37:37 +00:00
parent d84b5d7735
commit 8eac0d279d
1 changed files with 2 additions and 2 deletions

View File

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