python310Packages.pytautulli: 21.11.0 -> 23.1.0

Diff: https://github.com/ludeeus/pytautulli/compare/refs/tags/21.11.0...23.1.0

Changelog: https://github.com/ludeeus/pytautulli/releases/tag/23.1.0
This commit is contained in:
Fabian Affolter 2023-01-29 10:45:46 +01:00
parent 7ec7c3fed7
commit f3625b72c2

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pytautulli";
version = "21.11.0";
version = "23.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-zODU3aN+8Fdw/GQ/EfZhn6kOuLDARKgLULzRw2+b2BM=";
hash = "sha256-wNR97rGmm/Tmx/o0+r6BTL1muNv25nq9nZaE8/SAi14=";
};
postPatch = ''