Loading pkgs/development/python-modules/guidata/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, buildPythonPackage, pythonAtLeast, fetchFromGitHub, # build-system Loading Loading @@ -30,16 +31,19 @@ buildPythonPackage rec { pname = "guidata"; version = "3.13.4"; version = "3.14.2"; pyproject = true; src = fetchFromGitHub { owner = "PlotPyStack"; repo = "guidata"; tag = "v${version}"; hash = "sha256-JuYxPkKeOQOzoDiyk50IhAiICUcKptyD5RUx4DaiOOI="; hash = "sha256-iUfZX51Ef1PY7roy9ER8hG34BAhCLs3Sagoasd5BT3E="; }; # https://github.com/PlotPyStack/guidata/issues/97 disabled = pythonAtLeast "3.14"; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/guidata/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, buildPythonPackage, pythonAtLeast, fetchFromGitHub, # build-system Loading Loading @@ -30,16 +31,19 @@ buildPythonPackage rec { pname = "guidata"; version = "3.13.4"; version = "3.14.2"; pyproject = true; src = fetchFromGitHub { owner = "PlotPyStack"; repo = "guidata"; tag = "v${version}"; hash = "sha256-JuYxPkKeOQOzoDiyk50IhAiICUcKptyD5RUx4DaiOOI="; hash = "sha256-iUfZX51Ef1PY7roy9ER8hG34BAhCLs3Sagoasd5BT3E="; }; # https://github.com/PlotPyStack/guidata/issues/97 disabled = pythonAtLeast "3.14"; build-system = [ setuptools ]; Loading