python3Packages.pyatv: 0.16.0 -> 0.16.1 (#425046)

This commit is contained in:
Fabian Affolter 2025-07-14 23:50:53 +02:00 committed by GitHub
commit 28a8ba3dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];
};