octoprint.plugins.bedlevelvisualizer: 1.1.0 -> 1.1.1, remove numpy

This commit is contained in:
tri-ler 2024-01-10 17:53:43 -07:00
parent 2f7f9e4ae3
commit f38bb0b08a

View File

@ -60,17 +60,15 @@ in
bedlevelvisualizer = buildPlugin rec {
pname = "bedlevelvisualizer";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "jneilliii";
repo = "OctoPrint-BedLevelVisualizer";
rev = version;
sha256 = "sha256-SKrhtTGyDuvbDmUCXSx83Y+C83ZzVHA78TwMYwE6tcc=";
sha256 = "sha256-6JcYvYgEmphp5zz4xZi4G0yTo4FCIR6Yh+MXYK7H7+w=";
};
propagatedBuildInputs = with super; [ numpy ];
meta = with lib; {
description = "Displays 3D mesh of bed topography report";
homepage = "https://github.com/jneilliii/OctoPrint-BedLevelVisualizer";