Merge pull request #143721 from fabaff/bump-pytautulli

python3Packages.pytautulli: 21.10.0 -> 21.10.1
This commit is contained in:
Fabian Affolter 2021-11-04 12:15:19 +01:00 committed by GitHub
commit 27285f53a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pytautulli";
version = "21.10.0";
version = "21.10.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "1gi1jalwzf1aykvdmdbvr7hvfch9wbbjra87f1vzdmkb5iiirw01";
sha256 = "sha256-ckDqKPseOrGyWGvcPyj99cvQS+w4AHUkO4FHOIo9MDM=";
};
postPatch = ''