python3Packages.pyatv: 0.16.0 -> 0.16.1 (#425046)
This commit is contained in:
commit
28a8ba3dc1
@ -29,14 +29,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyatv";
|
pname = "pyatv";
|
||||||
version = "0.16.0";
|
version = "0.16.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "postlund";
|
owner = "postlund";
|
||||||
repo = "pyatv";
|
repo = "pyatv";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-yjPbSTmHoKnVwNArZw5mGf3Eh4Ei1+DkY9y2XRRy4YA=";
|
hash = "sha256-b5u9u5CD/1W422rCxHvoyBqT5CuBAh68/EUBzNDcXoE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -109,7 +109,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python client library for the Apple TV";
|
description = "Python client library for the Apple TV";
|
||||||
homepage = "https://github.com/postlund/pyatv";
|
homepage = "https://github.com/postlund/pyatv";
|
||||||
changelog = "https://github.com/postlund/pyatv/blob/v${version}/CHANGES.md";
|
changelog = "https://github.com/postlund/pyatv/blob/${src.tag}/CHANGES.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user