python3Packages.pyatv: 0.10.0 -> 0.10.2
This commit is contained in:
parent
0b246ce0d5
commit
382f8d6a09
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue