python3Packages.e3-testsuite: 26.0 -> 27.2

R. Ryantm a18d1ab1 b8d24418

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