Unverified Commit d68c78c3 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.plotpy: 2.8.3 -> 2.8.4 (#496944)

parents 29975dd4 0b00f89e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "plotpy";
  version = "2.8.3";
  version = "2.8.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PlotPyStack";
    repo = "PlotPy";
    tag = "v${version}";
    hash = "sha256-MhJY9ENKAbsD0usHeCQhJFDKP2SoDVPXlnQ8OMi2YjU=";
    hash = "sha256-h2cB0sFZ5o4VPqQZ8rXio0iNsKTVLHsOJddACYlPyLs=";
  };

  build-system = [