python3Packages.guidata: 3.8.0 -> 3.9.0

This commit is contained in:
R. Ryantm
2025-05-14 08:33:45 +00:00
parent 6983909b46
commit ff1fd134b1
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "guidata";
version = "3.8.0";
version = "3.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "PlotPyStack";
repo = "guidata";
tag = "v${version}";
hash = "sha256-ljS2FJmLPPRHQesEwO4dTWr+OZRjviGjkuTYusB9O48=";
hash = "sha256-W3d7LGfQJ9DVngZxhnuQpoTHvXyHenaXzm7qeqi/zGQ=";
};
build-system = [