python3Packages.pyatv: 0.7.5 -> 0.7.6

This commit is contained in:
Martin Weinelt 2021-02-02 00:16:51 +01:00 committed by Jonathan Ringer
parent c74960eb39
commit 27fc20b72c

View file

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