Commit ea815425 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent c5198817
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [