Unverified Commit d556bb6f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

python3Packages.e3-testsuite: 26.0 -> 27.2 (#418669)

parents 717910f3 a18d1ab1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "e3-testsuite";
  version = "26.0";
  version = "27.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "AdaCore";
    repo = "e3-testsuite";
    tag = "v${version}";
    hash = "sha256-V20tX0zi2DRHO42udUcW/CDMyBxh1uSTgac0zZGubsI=";
    hash = "sha256-qG8SHwogBle3demgFJCqcfCh5ktLvOqh2XSwxPCANFk=";
  };

  build-system = [ setuptools ];
@@ -29,7 +29,7 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Generic testsuite framework in Python";
    changelog = "https://github.com/AdaCore/e3-testsuite/releases/tag/v${version}";
    changelog = "https://github.com/AdaCore/e3-testsuite/releases/tag/${src.tag}";
    homepage = "https://github.com/AdaCore/e3-testsuite/";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ heijligen ];