python311Packages.pyatv: 0.11.0 -> 0.12.0

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

Changelog: https://github.com/postlund/pyatv/blob/v0.12.0/CHANGES.md
This commit is contained in:
Fabian Affolter 2023-05-25 00:17:00 +02:00
parent 77d9ba476b
commit 494f7205ae

View file

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