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:
parent
ae1ee608c0
commit
66212da348
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user