Merge pull request #209850 from fabaff/aioridwell-bump

python310Packages.aioridwell: 2022.11.0 -> 2023.01.0
This commit is contained in:
Fabian Affolter 2023-01-09 21:45:38 +01:00 committed by GitHub
commit a7e98f7ff6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aioridwell"; pname = "aioridwell";
version = "2022.11.0"; version = "2023.01.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bachya"; owner = "bachya";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-KxT3Se27b+XoTETXCljOVGVmEuXcpYxOhIBs1xAdtZ8="; hash = "sha256-enNYzU65QBT/ryCUNwB08U+QiFvVb03fbYzZ5Qk6GTk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -66,6 +66,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python library for interacting with Ridwell waste recycling"; description = "Python library for interacting with Ridwell waste recycling";
homepage = "https://github.com/bachya/aioridwell"; homepage = "https://github.com/bachya/aioridwell";
changelog = "https://github.com/bachya/aioridwell/releases/tag/${version}";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };