python3Packages.affinegap: 1.12 -> 2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:37 +01:00
parent a0511e596d
commit 640e5521b9
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "affinegap";
version = "1.12";
version = "2";
pyproject = true;
src = fetchFromGitHub {
owner = "dedupeio";
repo = "affinegap";
tag = "v${version}";
hash = "sha256-9eX41eoME5Vdtq+c04eQbMYnViy6QKOhKkafrkeMylI=";
tag = "pypideploy${version}";
hash = "sha256-TuydLF3YfeVIP2y2uDQH+oZ9Y2b325ZFEM0Fiu0Xhus=";
};
build-system = [