python3Packages.affinegap: Revert "1.12 -> 2" (#517093)

This commit is contained in:
kirillrdy
2026-05-07 09:51:27 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "affinegap";
version = "2";
version = "1.12";
pyproject = true;
src = fetchFromGitHub {
owner = "dedupeio";
repo = "affinegap";
tag = "pypideploy${version}";
hash = "sha256-TuydLF3YfeVIP2y2uDQH+oZ9Y2b325ZFEM0Fiu0Xhus=";
tag = "v${version}";
hash = "sha256-9eX41eoME5Vdtq+c04eQbMYnViy6QKOhKkafrkeMylI=";
};
build-system = [
@@ -41,6 +41,8 @@ buildPythonPackage rec {
"affinegap"
];
passthru.skipBulkUpdate = true;
meta = {
description = "Cython implementation of the affine gap string distance";
homepage = "https://github.com/dedupeio/affinegap";