Doron Behar
2026-02-26 18:22:36 +02:00
parent a194baeffd
commit a29cc0f7ab
@@ -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 = [