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