python3.pkgs.guidata: 3.13.4 -> 3.14.2; fix tests
See: https://github.com/PlotPyStack/guidata/issues/98 Diff: https://github.com/PlotPyStack/guidata/compare/v3.13.4...v3.14.2 Changelog: https://github.com/PlotPyStack/guidata/blob/v3.14.2/CHANGELOG.md
This commit is contained in:
@@ -30,14 +30,14 @@
|
||||
|
||||
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=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user