Merge pull request #225386 from fabaff/aiopyarr-bump

python310Packages.aiopyarr: 22.11.0 -> 23.4.0
This commit is contained in:
Fabian Affolter 2023-04-09 23:16:42 +02:00 committed by GitHub
commit a219ff4cb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiopyarr";
version = "22.11.0";
version = "23.4.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "tkdrob";
repo = pname;
rev = version;
hash = "sha256-8/ixL4ByaBYoPbB4g+Rgx+5OM6vjrFTUEPR42wBKyyg=";
rev = "refs/tags/${version}";
hash = "sha256-CzNB6ymvDTktiOGdcdCvWLVQ3mKmbdMpc/vezSXCpG4=";
};
postPatch = ''
@ -48,6 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API client for Lidarr/Radarr/Readarr/Sonarr";
homepage = "https://github.com/tkdrob/aiopyarr";
changelog = "https://github.com/tkdrob/aiopyarr/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};