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

python312Packages.plotpy: 2.7.2 -> 2.7.3 (#396445)

parents 31f79cc5 e68c0cdf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "plotpy";
  version = "2.7.2";
  version = "2.7.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PlotPyStack";
    repo = "PlotPy";
    tag = "v${version}";
    hash = "sha256-X7HLsT+EKSrCE50u4wbfYr1jwJoSMS0YbvbKofznBL4=";
    hash = "sha256-Z8aCDTBRdksbjjH5P+OXln3CHciw1MuYQN3K6KOcouk=";
  };

  build-system = [
@@ -112,7 +112,7 @@ buildPythonPackage rec {
  meta = {
    description = "Curve and image plotting tools for Python/Qt applications";
    homepage = "https://github.com/PlotPyStack/PlotPy";
    changelog = "https://github.com/PlotPyStack/PlotPy/blob/v${version}/CHANGELOG.md";
    changelog = "https://github.com/PlotPyStack/PlotPy/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ doronbehar ];
  };