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