Merge pull request #222596 from fabaff/twentemilieu-bump

python310Packages.twentemilieu: 0.6.1 -> 1.0.0
This commit is contained in:
Martin Weinelt 2023-03-22 21:56:51 +01:00 committed by GitHub
commit 0bc15605ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "twentemilieu";
version = "0.6.1";
version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "frenck";
repo = "python-twentemilieu";
rev = "v${version}";
hash = "sha256-k2jdw2H/bNejNUjIEQlEA1KkHHpkyFlSDC1HKUoMIqQ=";
hash = "sha256-MTAVa5gP5e8TIE/i1DjfmwKm1zDVC/WEcYKxZSV/+Ug=";
};
postPatch = ''
@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for Twente Milieu";
homepage = "https://github.com/frenck/python-twentemilieu";
changelog = "https://github.com/frenck/python-twentemilieu/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};