python3Packages.pysyncthru: 0.7.8 -> 0.7.10

This commit is contained in:
Fabian Affolter 2021-09-30 21:51:15 +02:00 committed by Martin Weinelt
parent cc8bd84575
commit 8a5b11a4a9

View File

@ -3,13 +3,13 @@
, buildPythonPackage
, fetchFromGitHub
, aiohttp
, demjson
, demjson3
, python
}:
buildPythonPackage rec {
pname = "pysyncthru";
version = "0.7.8";
version = "0.7.10";
disabled = isPy27;
@ -17,12 +17,12 @@ buildPythonPackage rec {
owner = "nielstron";
repo = "pysyncthru";
rev = "release-${version}";
sha256 = "17k9dhnya4304gqmkyvvf94jvikmnkf2lqairl3rfrl7w68jm3vp";
sha256 = "1c29w2ldrnq0vxr9cfa2pjhwdvrpw393c84khgg2y56jrkbidq53";
};
propagatedBuildInputs = [
aiohttp
demjson
demjson3
];
checkPhase = ''