python3Packages.fritzconnection: 1.5.0 -> 1.6.0

This commit is contained in:
Fabian Affolter 2021-08-03 23:16:11 +02:00
parent 9cbe5ec1ec
commit ab543fd569

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "fritzconnection";
version = "1.5.0";
version = "1.6.0";
# no tests on PyPI
src = fetchFromGitHub {
owner = "kbr";
repo = pname;
rev = version;
sha256 = "sha256-Iw7R+39rpoCTrRD74kBihF7AMcJWxy2xdPhKLznWdlo=";
sha256 = "16sbv6ql6jd13lim88z8vl5205xppza10340bmq5m5f3lvzb7mpc";
};
disabled = pythonOlder "3.6";