python311Packages.pyatag: exclude from bulk updates

This commit is contained in:
Robert Schütz 2024-01-16 18:42:38 -08:00
parent cd09567175
commit 05b060948b

View File

@ -36,6 +36,9 @@ buildPythonPackage rec {
"pyatag.discovery"
];
# it would use the erroneous tag 3.5.1
passthru.skipBulkUpdate = true;
meta = with lib; {
description = "Python module to talk to Atag One";
homepage = "https://github.com/MatsNl/pyatag";