python311Packages.dynalite-devices: exclude from bulk updates

It would update to the upstream tag v0.47 which should have been v0.1.47.
This commit is contained in:
Robert Schütz 2023-12-27 10:27:07 -08:00
parent 5517efe885
commit 5f3d726292

View File

@ -37,6 +37,9 @@ buildPythonPackage rec {
"dynalite_devices_lib"
];
# it would use the erroneous tag v0.47
passthru.skipBulkUpdate = false;
meta = with lib; {
description = "An unofficial Dynalite DyNET interface creating devices";
homepage = "https://github.com/ziv1234/python-dynalite-devices";