python310Packages.aiopyarr: 22.11.0 -> 23.4.0

Diff: https://github.com/tkdrob/aiopyarr/compare/22.11.0...23.4.0
This commit is contained in:
Fabian Affolter 2023-04-09 10:08:01 +02:00
parent 0432d33a5c
commit 1516704b0d

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiopyarr";
version = "22.11.0";
version = "23.4.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tkdrob";
repo = pname;
rev = version;
hash = "sha256-8/ixL4ByaBYoPbB4g+Rgx+5OM6vjrFTUEPR42wBKyyg=";
hash = "sha256-CzNB6ymvDTktiOGdcdCvWLVQ3mKmbdMpc/vezSXCpG4=";
};
postPatch = ''