python3Packages.pyatv: 0.10.0 -> 0.10.2

This commit is contained in:
Martin Weinelt 2022-07-06 22:15:58 +02:00
parent 0b246ce0d5
commit 382f8d6a09
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, aiohttp
, bitarray
, chacha20poly1305-reuseable
, cryptography
, deepdiff
, fetchFromGitHub
@ -21,7 +22,7 @@
buildPythonPackage rec {
pname = "pyatv";
version = "0.10.0";
version = "0.10.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -30,7 +31,7 @@ buildPythonPackage rec {
owner = "postlund";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aYNBFtsnSg3PORq72U0PXPFCTVj2+8D2TS3nMau55t4=";
sha256 = "sha256-70bimFWsby2x8wBRH5CZgg9Xjw8n+xfhW07rOG9Pk0s=";
};
postPatch = ''
@ -45,6 +46,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
bitarray
chacha20poly1305-reuseable
cryptography
mediafile
miniaudio