Loading pkgs/development/python-modules/e3-testsuite/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "e3-testsuite"; version = "26.0"; version = "27.2"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "AdaCore"; repo = "e3-testsuite"; tag = "v${version}"; hash = "sha256-V20tX0zi2DRHO42udUcW/CDMyBxh1uSTgac0zZGubsI="; hash = "sha256-qG8SHwogBle3demgFJCqcfCh5ktLvOqh2XSwxPCANFk="; }; build-system = [ setuptools ]; Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/e3-testsuite/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "e3-testsuite"; version = "26.0"; version = "27.2"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "AdaCore"; repo = "e3-testsuite"; tag = "v${version}"; hash = "sha256-V20tX0zi2DRHO42udUcW/CDMyBxh1uSTgac0zZGubsI="; hash = "sha256-qG8SHwogBle3demgFJCqcfCh5ktLvOqh2XSwxPCANFk="; }; build-system = [ setuptools ]; Loading @@ -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 ]; Loading