Merge pull request #262478 from fabaff/twentemilieu-bump

python311Packages.twentemilieu: 1.0.0 -> 2.0.0
This commit is contained in:
Fabian Affolter 2023-10-21 14:06:09 +02:00 committed by GitHub
commit 627ae55032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "twentemilieu";
version = "1.0.0";
version = "2.0.0";
format = "pyproject";
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "frenck";
repo = "python-twentemilieu";
rev = "v${version}";
hash = "sha256-MTAVa5gP5e8TIE/i1DjfmwKm1zDVC/WEcYKxZSV/+Ug=";
rev = "refs/tags/v${version}";
hash = "sha256-r0LZS8TXux1mzzXBTSu+x5sxUZOCzW7poKG3dQ2A6No=";
};
postPatch = ''
@ -45,7 +45,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "twentemilieu" ];
pythonImportsCheck = [
"twentemilieu"
];
meta = with lib; {
description = "Python client for Twente Milieu";