Merge pull request #233888 from NixOS/revert-233885-pyatv-bump

Revert "python311Packages.pyatv: 0.11.0 -> 0.12.0"
This commit is contained in:
figsoda 2023-05-24 20:27:15 -04:00 committed by GitHub
commit 306cfb4b03
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.12.0";
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-t7H4ut4atc2XDnpBzV03Q/OrCHMVmZk38r/iWcLKL7Q=";
hash = "sha256-HWr+Pu/tMuCDFC2mV3R/Wqe0PfVw/DDgEIYBRnfYx/I=";
};
postPatch = ''