python311Packages.starline: exclude from bulk updates

They would upgrade to the yanked 0.2.0 release.
This should be reverted after the next starline bump.
This commit is contained in:
Robert Schütz 2024-01-16 18:31:39 -08:00
parent ae1ee608c0
commit 66212da348

View File

@ -41,6 +41,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "starline" ];
# https://github.com/Anonym-tsk/starline/issues/4
passthru.skipBulkUpdate = true;
meta = with lib; {
description = "Unofficial python library for StarLine API";
homepage = "https://github.com/Anonym-tsk/starline";