python3Packages.pyatv: 0.17.0 -> 0.18.0

This commit is contained in:
R. Ryantm
2026-06-27 10:31:31 +00:00
parent a1e44e83e2
commit c2942d7b0e
@@ -29,14 +29,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyatv";
version = "0.17.0";
version = "0.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "postlund";
repo = "pyatv";
tag = "v${finalAttrs.version}";
hash = "sha256-wsLqG1yJf5A3BMgpbQMrXn6NzpcF4BU1TD+0NJ6Nt7c=";
hash = "sha256-UNBpVB2H+xr0ijdlfK/Hrh6k3lhRSqHkthjWp/WZsaQ=";
};
pythonRelaxDeps = [