python312Packages.pyatag: prevent auto updates

This commit is contained in:
Wolfgang Walther
2025-04-28 19:21:35 +02:00
parent 85f896ec76
commit 7d675ed140
@@ -34,6 +34,7 @@ buildPythonPackage rec {
];
# it would use the erroneous tag 3.5.1
# nixpkgs-update: no auto update
passthru.skipBulkUpdate = true;
meta = with lib; {