python3Packages.e3-testsuite: 26.0 -> 27.2
This commit is contained in:
parent
b8d24418ab
commit
a18d1ab10c
@ -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 ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user