Revert "python3Packages.affinegap: 1.12 -> 2"

This reverts commit 640e5521b9.

The "pypideploy2" tag is much older than the "v1.12" tag and does not
correspond to a major version 2.
This commit is contained in:
Audrey Dutcher
2026-05-05 17:57:20 -07:00
parent 0840f47235
commit 8e03288f39
@@ -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 = [