python3Packages.pyatv: 0.7.4 -> 0.7.5

This commit is contained in:
Martin Weinelt 2020-12-09 21:02:46 +01:00
parent 2e2b7249e6
commit 6583d945d5

View file

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "pyatv";
version = "0.7.4";
version = "0.7.5";
src = fetchFromGitHub {
owner = "postlund";
repo = pname;
rev = "v${version}";
sha256 = "17gsamn4aibsx4w50r9dwr5kr9anc7dd0f0dvmdl717rkgh13zyi";
sha256 = "06qj6r9kcal2nimg8rpjfid8rnlz43l7hn0v9v1mpayjmv2fl8sp";
};
nativeBuildInputs = [ pytestrunner];