From 86fe8c896d31df180a0baacf1f39b2040002fc9f Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Thu, 7 May 2026 14:30:45 -0700 Subject: [PATCH] python3Packages.affinegap: add comment documenting skipBulkUpdate --- pkgs/development/python-modules/affinegap/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/affinegap/default.nix b/pkgs/development/python-modules/affinegap/default.nix index 994e32f831c2..914acba0604c 100644 --- a/pkgs/development/python-modules/affinegap/default.nix +++ b/pkgs/development/python-modules/affinegap/default.nix @@ -41,6 +41,7 @@ buildPythonPackage rec { "affinegap" ]; + # Bulk updater will see an older tag ending with a "2" and switch to it passthru.skipBulkUpdate = true; meta = {