python312Packages.pyatag: prevent auto update (#361634)

This commit is contained in:
Wolfgang Walther
2025-04-28 17:23:01 +00:00
committed by GitHub
@@ -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; {