python3Packages.plotpy: 2.7.5 -> 2.8.3

https://github.com/PlotPyStack/PlotPy/blob/v2.8.3/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:50 +01:00
parent c519881705
commit ea8154251f
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "plotpy";
version = "2.7.5";
version = "2.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "PlotPyStack";
repo = "PlotPy";
tag = "v${version}";
hash = "sha256-g26CWUQTaky7h1wHd9CAB4AEvk24frN7f6wqs1fefJw=";
hash = "sha256-MhJY9ENKAbsD0usHeCQhJFDKP2SoDVPXlnQ8OMi2YjU=";
};
build-system = [