python311Packages.pyatv: 0.14.4 -> 0.14.5

Diff: https://github.com/postlund/pyatv/compare/refs/tags/v0.14.4...v0.14.5

Changelog: https://github.com/postlund/pyatv/blob/v0.14.5/CHANGES.md
This commit is contained in:
Fabian Affolter 2023-12-26 09:46:11 +01:00
parent f1e46364df
commit 0d3c51e1f2

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "pyatv";
version = "0.14.4";
version = "0.14.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "postlund";
repo = "pyatv";
rev = "refs/tags/v${version}";
hash = "sha256-w3WOlZFfuCmekUsr8msi2LXTm6j8/Bk49L3MiYF7lOM=";
hash = "sha256-Uykj9MIUFcZyTWOBjUhL9+qItbnpwtuTd2Cx5jI7Wtw=";
};
postPatch = ''