python310Packages.pyatv: 0.10.3 -> 0.11.0

Diff: https://github.com/postlund/pyatv/compare/v0.10.3...v0.11.0

Changelog: https://github.com/postlund/pyatv/blob/v0.11.0/CHANGES.md
This commit is contained in:
Fabian Affolter 2023-05-16 18:11:00 +02:00
parent c99afe4b0c
commit cd5fb3d5c0

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "pyatv";
version = "0.10.3";
version = "0.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "postlund";
repo = pname;
rev = "v${version}";
hash = "sha256-ng5KfW93p2/N2a6lnGbRJC6aWOQgTl0imBLdUIUlDic=";
hash = "sha256-HWr+Pu/tMuCDFC2mV3R/Wqe0PfVw/DDgEIYBRnfYx/I=";
};
postPatch = ''