python312Packages.pyatv: 0.15.0 -> 0.15.1

Diff: https://github.com/postlund/pyatv/compare/refs/tags/v0.15.0...v0.15.1

Changelog: https://github.com/postlund/pyatv/blob/v0.15.1/CHANGES.md
This commit is contained in:
Fabian Affolter
2024-09-06 20:14:41 +02:00
parent 1abdf6b08f
commit b84cfb2c8a
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "pyatv";
version = "0.15.0";
version = "0.15.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "postlund";
repo = "pyatv";
rev = "refs/tags/v${version}";
hash = "sha256-59XDh+TA4UYzfLJtbTiMC6Wz7EvUW22ONM4JQw5t/5o=";
hash = "sha256-8ODhDuc4jaLtrLZYd1yJlpYygO6KaguyR/yLWb/rMR4=";
};
postPatch = ''