Merge pull request #232261 from fabaff/pyatv-bump

python310Packages.pyatv: 0.10.3 -> 0.11.0
This commit is contained in:
Fabian Affolter 2023-05-16 20:48:10 +02:00 committed by GitHub
commit ddcc19afa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''